opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskBackend.java
@@ -325,16 +325,6 @@ /** {@inheritDoc} */ @Override public boolean isLocal() { // For the purposes of this method, this is a local backend. return true; } /** {@inheritDoc} */ @Override public boolean isIndexed(AttributeType attributeType, IndexType indexType) { // All searches in this backend will always be considered indexed.