Skip to content

Commit 8311fac

Browse files
vikinghawkacogoluegnes
authored andcommitted
javadoc
(cherry picked from commit 9cf00f4)
1 parent 9ab03a2 commit 8311fac

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
@@ -99,7 +99,7 @@ public static String makeStackTrace(Throwable throwable) {
9999
*
100100
* @param set
101101
* The set, which may not be {@code null}
102-
* @return LinkedHashSet copy of the list
102+
* @return LinkedHashSet copy of the set
103103
*/
104104
public static <E> Set<E> copy(final Set<E> set) {
105105
// No Sonar: this very list instance can be synchronized in other places of its owning class

0 commit comments

Comments
 (0)