Skip to content

Commit

Permalink
Fix indentation in cliproductbuilder configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfee-usgs committed Apr 4, 2020
1 parent d7d2a1d commit 8e318fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public void configure(final Config config) throws Exception {
}

parallelSend = Boolean.valueOf(config.getProperty(
ProductBuilder.PARALLEL_SEND_PROPERTY,
ProductBuilder.DEFAULT_PARALLEL_SEND));
ProductBuilder.PARALLEL_SEND_PROPERTY,
ProductBuilder.DEFAULT_PARALLEL_SEND));
parallelSendTimeout = Long.valueOf(config.getProperty(
ProductBuilder.PARALLEL_SEND_TIMEOUT_PROPERTY,
ProductBuilder.DEFAULT_PARALLEL_SEND_TIMEOUT));
Expand Down

0 comments on commit 8e318fa

Please sign in to comment.