Skip to content

Commit c783603

Browse files
committed
squash a warning
1 parent 3597639 commit c783603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/internal/util/cache/InternalCacheFactoryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ final class InternalCacheFactoryImpl implements InternalCacheFactory {
88

99
@Override
1010
public <K, V> InternalCache<K, V> createInternalCache(int intendedApproximateSize) {
11-
return new LegacyInternalCacheImplementation( intendedApproximateSize );
11+
return new LegacyInternalCacheImplementation<>( intendedApproximateSize );
1212
}
1313
}

0 commit comments

Comments
 (0)