Skip to content

Commit

Permalink
fix error in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gortiz committed Jan 7, 2025
1 parent 83994c5 commit 80365fb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ private static String getTableNameWithoutSuffix(String tableName) {
}

/**
* Returns the brokers for the given table name or null if not found.
* Returns the brokers for the given table name.
*
* This means that an empty set is returned if there are no brokers for the given table name.
*/
private static HashSet<String> getBrokers(String tableName, Map<String, List<String>> brokerData) {
String tableNameWithoutSuffix = getTableNameWithoutSuffix(tableName);
Expand Down

0 comments on commit 80365fb

Please sign in to comment.