Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhess committed Dec 23, 2016
1 parent 6e2d5b2 commit e26fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/datastax/loader/CqlDelimLoad.java
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ private boolean parseArgs(String[] args) throws IOException, FileNotFoundExcepti
if (null != (tkey = amap.remove("-maxRows"))) maxRows = Integer.parseInt(tkey);
if (null != (tkey = amap.remove("-badDir"))) badDir = tkey;
if (null != (tkey = amap.remove("-dateFormat"))) dateFormatString = tkey;
if (null != (tkey = amap.remove("-dateFormat"))) localDateFormatString = tkey;
if (null != (tkey = amap.remove("-localDateFormat"))) localDateFormatString = tkey;
if (null != (tkey = amap.remove("-nullString"))) nullString = tkey;
if (null != (tkey = amap.remove("-comment"))) commentString = tkey;
if (null != (tkey = amap.remove("-delim"))) delimiter = tkey;
Expand Down

0 comments on commit e26fc23

Please sign in to comment.