Polishing

This commit is contained in:
Juergen Hoeller
2018-03-28 12:06:38 +02:00
parent d1a0b8d53f
commit b2d87abcbb
6 changed files with 15 additions and 16 deletions

View File

@@ -599,8 +599,7 @@ public class ConcurrentReferenceHashMapTests {
protected ReferenceManager createReferenceManager() {
return new ReferenceManager() {
@Override
public Reference<K, V> createReference(Entry<K, V> entry, int hash,
@Nullable Reference<K, V> next) {
public Reference<K, V> createReference(Entry<K, V> entry, int hash, @Nullable Reference<K, V> next) {
if (TestWeakConcurrentCache.this.disableTestHooks) {
return super.createReference(entry, hash, next);
}