opendj-sdk/opends/src/server/org/opends/server/api/Backend.java
@@ -891,8 +891,10 @@ * * @param persistentSearch * The persistent search operation to register with this backend * @throws DirectoryException * If a problem occurs while registering the persistent search */ public void registerPersistentSearch(PersistentSearch persistentSearch) public void registerPersistentSearch(PersistentSearch persistentSearch) throws DirectoryException { persistentSearches.add(persistentSearch);