Checkstyle
This commit is contained in:
parent
1c2352e6a0
commit
af1ac4ca0c
@ -26,7 +26,7 @@ import java.util.concurrent.ConcurrentMap;
|
||||
*
|
||||
* @param <T> the type of the {@link Attribute} which can be accessed via this {@link AttributeKey}.
|
||||
*/
|
||||
@SuppressWarnings({"UnusedDeclaration", "deprecation"}) // 'T' is used only at compile time
|
||||
@SuppressWarnings({ "UnusedDeclaration", "deprecation" }) // 'T' is used only at compile time
|
||||
public final class AttributeKey<T> extends UniqueName {
|
||||
|
||||
private static final ConcurrentMap<String, Boolean> names = PlatformDependent.newConcurrentHashMap();
|
||||
|
Loading…
Reference in New Issue
Block a user