Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Aug 6, 2018
1 parent e5414a1 commit 3608505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void run() {
listener.onResponse(discoveryNode);
return;
} else {
listener.onFailure(new ElasticsearchException("non-master node " + discoveryNode)); // TODO better exception
listener.onFailure(new ElasticsearchException("non-master node " + discoveryNode));
return;
}
}
Expand Down

0 comments on commit 3608505

Please sign in to comment.