Checkstyle

This commit is contained in:
Trustin Lee 2013-10-25 21:04:10 +09:00
parent 1c2352e6a0
commit af1ac4ca0c

View File

@ -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();