Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed Nov 16, 2017
1 parent b6c6e4f commit d1fb105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private void validateQuery( IndexOrder indexOrder, IndexQuery[] predicates )

if ( indexOrder != null )
{
ValueGroup valueGroup = predicates[0].valueGroup();;
ValueGroup valueGroup = predicates[0].valueGroup();
IndexOrder[] capability = NativeSchemaNumberIndexProvider.CAPABILITY.orderCapability( valueGroup );
if ( !ArrayUtil.contains( capability, indexOrder ) )
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static class Initialize extends Event
@Override
public String toString()
{
return "INITIALIZE(" + Arrays.toString( keys )+ ")";
return "INITIALIZE(" + Arrays.toString( keys ) + ")";
}
}

Expand Down

0 comments on commit d1fb105

Please sign in to comment.