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 9ab03a2 commit 8311facCopy full SHA for 8311fac
src/main/java/com/rabbitmq/utility/Utility.java
@@ -99,7 +99,7 @@ public static String makeStackTrace(Throwable throwable) {
99
*
100
* @param set
101
* The set, which may not be {@code null}
102
- * @return LinkedHashSet copy of the list
+ * @return LinkedHashSet copy of the set
103
*/
104
public static <E> Set<E> copy(final Set<E> set) {
105
// No Sonar: this very list instance can be synchronized in other places of its owning class
0 commit comments