Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Jan 24, 2018
1 parent c22866a commit f58102f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<version>2.0M10</version>
<scope>test</scope>
</dependency>

<!-- Candidates -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/ethlo/time/FastInternetDateTimeUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ public class FastInternetDateTimeUtil extends AbstractInternetDateTimeUtil imple
private static final char ZULU_LOWER = 'z';
private static final int[] widths = new int[]{100_000_000, 10_000_000, 1_000_000, 100_000, 10_000, 1_000, 100, 10, 1};

//private boolean allowMilitaryTimezone;
//private boolean allowMissingTimezone;


public FastInternetDateTimeUtil()
{
super(false);
Expand Down

0 comments on commit f58102f

Please sign in to comment.