| opendj-server-legacy/src/main/java/org/opends/server/core/BoundedWorkQueueStrategy.java | ●●●●● patch | view | raw | blame | history |
opendj-server-legacy/src/main/java/org/opends/server/core/BoundedWorkQueueStrategy.java
@@ -229,9 +229,7 @@ } else { throw new RuntimeException( "Not implemented for " + operation == null ? null : operation .getClass().getName()); throw new RuntimeException("Not implemented for " + (operation == null ? null : operation.getClass().getName())); } }