Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 14, 2024
1 parent 3777805 commit 6a79ea2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/com/github/jlangch/venice/Parameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ public static Map<String,Object> of(
* @param val5 the fifth mapping's value
* @param key6 the sixth mapping's key
* @param val6 the sixth mapping's value
* @param key7 the sixth mapping's key
* @param val7 the sixth mapping's value
* @param key7 the seventh mapping's key
* @param val7 the seventh mapping's value
* @return a Map containing the specified mappings
*/
public static Map<String,Object> of(
Expand Down Expand Up @@ -235,10 +235,10 @@ public static Map<String,Object> of(
* @param val5 the fifth mapping's value
* @param key6 the sixth mapping's key
* @param val6 the sixth mapping's value
* @param key7 the sixth mapping's key
* @param val7 the sixth mapping's value
* @param key8 the sixth mapping's key
* @param val8 the sixth mapping's value
* @param key7 the seventh mapping's key
* @param val7 the seventh mapping's value
* @param key8 the eight mapping's key
* @param val8 the eight mapping's value
* @return a Map containing the specified mappings
*/
public static Map<String,Object> of(
Expand Down

0 comments on commit 6a79ea2

Please sign in to comment.