Skip to content

Commit

Permalink
Adding return to javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Aug 16, 2024
1 parent 9e4e61d commit 45d01b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ public static void flattenSettings(String prefix, Map<String, Object> settings,
/**
* Ensures index is prepended to flattened setting keys
* @param originalSettings the original settings map
* @return new map with keys prepended with index
*/
public static Map<String, Object> prependIndexToSettings(Map<String, Object> originalSettings) {
Map<String, Object> newSettings = new HashMap<>();
Expand Down

0 comments on commit 45d01b8

Please sign in to comment.