Skip to content

Commit

Permalink
Update ksqldb-engine/src/main/java/io/confluent/ksql/physical/scalabl…
Browse files Browse the repository at this point in the history
…epush/locator/PushLocator.java

Co-authored-by: Almog Gavra <[email protected]>
  • Loading branch information
AlanConfluent and agavra authored Apr 27, 2021
1 parent ec24612 commit 07bc7a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public interface PushLocator {

// Returns the list of nodes which should be contacted to respond to this query.
/** Returns the list of nodes which should be contacted to respond to this query. */
List<KsqlNode> locate();

interface KsqlNode {
Expand Down

0 comments on commit 07bc7a6

Please sign in to comment.