From 6a79ea2d6f99a2490db3ebbaa157bf69d5638987 Mon Sep 17 00:00:00 2001 From: jlangch Date: Mon, 14 Oct 2024 10:20:06 +0200 Subject: [PATCH] fixed javadoc --- .../java/com/github/jlangch/venice/Parameters.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/github/jlangch/venice/Parameters.java b/src/main/java/com/github/jlangch/venice/Parameters.java index 9eaf4fd70..3b2ebb963 100644 --- a/src/main/java/com/github/jlangch/venice/Parameters.java +++ b/src/main/java/com/github/jlangch/venice/Parameters.java @@ -196,8 +196,8 @@ public static Map 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 of( @@ -235,10 +235,10 @@ public static Map 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 of(