Skip to content

Commit

Permalink
Space change to trigger new build
Browse files Browse the repository at this point in the history
  • Loading branch information
roiravhon authored Nov 21, 2017
1 parent 71ecf5b commit 343c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest-common/src/main/java/io/searchbox/core/Cat.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ public String operationPath() {

@Override
public String getJoinedNodes() {
return nodes.isEmpty() ? null : Joiner.on(',').join(nodes);
return nodes.isEmpty() ? null : Joiner.on(',').join(nodes);
}
}

protected interface CatBuilder {
String operationPath();
}
}
}

0 comments on commit 343c1c8

Please sign in to comment.