Skip to content

Commit 9cf00f4

Browse files
committed
javadoc
1 parent 925fa70 commit 9cf00f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/utility/Utility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static <T extends Throwable & SensibleClone<T>> T fixStackTrace(T throwab
8181
*
8282
* @param set
8383
* The set, which may not be {@code null}
84-
* @return LinkedHashSet copy of the list
84+
* @return LinkedHashSet copy of the set
8585
*/
8686
public static <E> Set<E> copy(final Set<E> set) {
8787
// No Sonar: this very list instance can be synchronized in other places of its owning class

0 commit comments

Comments
 (0)