Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentleysb committed Aug 17, 2018
1 parent 31c65d9 commit 7d0f40d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected void handle(final Atlas atlas, final CommandMap command)
@Override
protected int finish(final CommandMap command)
{
Optional output = command.getOption(JOINED_OUTPUT_PARAMETER);
final Optional output = command.getOption(JOINED_OUTPUT_PARAMETER);
// If joining is requested and there are shards to join...
if (output.isPresent() && !this.shardNames.isEmpty())
{
Expand Down

0 comments on commit 7d0f40d

Please sign in to comment.