We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925fa70 commit 9cf00f4Copy full SHA for 9cf00f4
src/main/java/com/rabbitmq/utility/Utility.java
@@ -81,7 +81,7 @@ public static <T extends Throwable & SensibleClone<T>> T fixStackTrace(T throwab
81
*
82
* @param set
83
* The set, which may not be {@code null}
84
- * @return LinkedHashSet copy of the list
+ * @return LinkedHashSet copy of the set
85
*/
86
public static <E> Set<E> copy(final Set<E> set) {
87
// No Sonar: this very list instance can be synchronized in other places of its owning class
0 commit comments