Remove unnecessary parameter
This commit is contained in:
parent
22a815eaf8
commit
c7bd0b41e6
@ -1,5 +1,5 @@
|
||||
package io.netty.util;
|
||||
|
||||
public interface AttributeMap {
|
||||
<T> Attribute<T> attr(AttributeKey key, Class<T> type);
|
||||
<T> Attribute<T> attr(AttributeKey<T> key);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user