Remove redundant abstract modifier
This commit is contained in:
parent
eb407389a6
commit
9be47ad145
|
@ -50,7 +50,7 @@ public class SoftValueHashMap<K, V extends SoftValueHashMap.ValueCache> implemen
|
|||
|
||||
// Static --------------------------------------------------------
|
||||
|
||||
public abstract interface ValueCache {
|
||||
public interface ValueCache {
|
||||
|
||||
boolean isLive();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue