diff --git a/src/main/java/org/scale7/cassandra/pelops/Bytes.java b/src/main/java/org/scale7/cassandra/pelops/Bytes.java index 2e46d4d..92e8363 100644 --- a/src/main/java/org/scale7/cassandra/pelops/Bytes.java +++ b/src/main/java/org/scale7/cassandra/pelops/Bytes.java @@ -661,7 +661,7 @@ public static List transformBytesToList(Collection arrays) { /** * Transforms the provided list of {@link String} instances into a list of byte arrays. - * @param strings the list of Bytes instances + * @param strings the list of String instances * @return the list of byte arrays */ public static Set transformUTF8ToSet(Collection strings) { @@ -677,7 +677,7 @@ public static Set transformUTF8ToSet(Collection strings) { /** * Transforms the provided list of {@link String} instances into a list of byte arrays. - * @param strings the list of Bytes instances + * @param strings the list of String instances * @return the list of byte arrays */ public static List transformUTF8ToList(Collection strings) {