Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn leslie committed Dec 12, 2014
1 parent 672a3f7 commit fa2817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/socrata/datasync/job/IntegrationJob.java
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ private void setControlFile(String controlFilePath, String controlFileContent) t

if (!Utils.nullOrEmpty(controlFileContent)) {
controlFileFromContents = controlFileMapper.readValue(controlFileContent, ControlFile.class);
controlFile = controlFileFromFile;
controlFile = controlFileFromContents;
}
if (!Utils.nullOrEmpty(controlFilePath)) {
controlFileFromFile = controlFileMapper.readValue(new File(controlFilePath), ControlFile.class);
Expand Down

0 comments on commit fa2817a

Please sign in to comment.