opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryCachePreloader.java
@@ -73,7 +73,7 @@ /** * BackendImpl object. */ private final BackendImpl backend; private final BackendImpl<?> backend; /** * Interrupt flag for the arbiter to terminate worker threads. @@ -141,7 +141,8 @@ * * @param jeb The JEB instance to pre-load. */ public EntryCachePreloader(BackendImpl jeb) { public EntryCachePreloader(BackendImpl<?> jeb) { // These should not be exposed as configuration // parameters and are only useful for testing. syncSleepTime = Long.getLong(