This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git
commit 84e55c80ca83e1f00b77503f463085312abd64fe
Author: emmanuel lecharny <emmanuel.lecharny@busit.com>
AuthorDate: Thu Feb 27 23:52:27 2020 +0100
Ignore javadoc lint errors
---
.../directory/server/core/api/changelog/ChangeLogEventSerializer.java | 2 --
.../schema/registries/synchronizers/AbstractRegistrySynchronizer.java | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEventSerializer.java
b/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEventSerializer.java
index 0adb6f6..c3766bc 100644
--- a/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEventSerializer.java
+++ b/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEventSerializer.java
@@ -26,7 +26,6 @@ import java.io.ObjectOutput;
import java.util.ArrayList;
import java.util.List;
-import org.apache.directory.api.ldap.model.exception.LdapInvalidDnException;
import org.apache.directory.api.ldap.model.ldif.LdifEntry;
import org.apache.directory.api.ldap.model.schema.SchemaManager;
import org.apache.directory.server.core.api.LdapPrincipal;
@@ -95,7 +94,6 @@ public final class ChangeLogEventSerializer
* @param in The input stream from which the ChengaLogEvent is read
* @return a deserialized ChangeLogEvent
* @throws IOException If we had an issue processing the stream
- * @throws LdapInvalidDnException If the deserialization failed
*/
public static ChangeLogEvent deserialize( SchemaManager schemaManager, ObjectInput in
)
throws IOException
diff --git a/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java
b/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java
index 4676fd2..f2cd1b9 100644
--- a/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java
+++ b/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java
@@ -104,7 +104,7 @@ public abstract class AbstractRegistrySynchronizer implements RegistrySynchroniz
*
* @param dn The SchemaObject's Dn
* @return true if the schema is loaded
- * @throws Exception If The Dn is not a SchemaObject Dn
+ * @throws LdapException If The Dn is not a SchemaObject Dn
*/
protected boolean isSchemaLoaded( Dn dn ) throws LdapException
{
|