commit
441dbb2e25
|
@ -97,7 +97,7 @@ public class SetUtils {
|
|||
return set;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* An empty unmodifiable sorted set.
|
||||
* This is not provided in the JDK.
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.list;
|
||||
|
||||
import java.lang.reflect.Constructor;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
|
|
|
@ -111,7 +111,7 @@ public abstract class AbstractReferenceMap<K, V> extends AbstractHashedMap<K, V>
|
|||
}
|
||||
}
|
||||
|
||||
private ReferenceStrength(final int value) {
|
||||
ReferenceStrength(final int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue