Skip to content

Commit

Permalink
extra semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Jul 21, 2015
1 parent f2f1211 commit 8347213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ public void onFailure(Throwable t) {

private void assertClusterStateThread() {
assert clusterService instanceof InternalClusterService == false || ((InternalClusterService) clusterService).assertClusterStateThread();
;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ public void start() {

private void assertClusterStateThread() {
assert clusterService instanceof InternalClusterService == false || ((InternalClusterService) clusterService).assertClusterStateThread();
;
}

}
Expand Down

0 comments on commit 8347213

Please sign in to comment.