You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/02/27 22:52:40 UTC

[directory-server] branch master updated (e5f3620 -> 84e55c8)

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git.


    from e5f3620  Fixed a typo
     new 46c7ce9  Ignore javadoc lint errors
     new 84e55c8  Ignore javadoc lint errors

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../directory/server/core/api/changelog/ChangeLogEventSerializer.java | 2 --
 .../schema/registries/synchronizers/AbstractRegistrySynchronizer.java | 2 +-
 pom.xml                                                               | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)


[directory-server] 02/02: Ignore javadoc lint errors

Posted by el...@apache.org.
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 <em...@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
     {


[directory-server] 01/02: Ignore javadoc lint errors

Posted by el...@apache.org.
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 46c7ce9d95479d524f4815f5a465565742d8a4b5
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Thu Feb 27 23:51:30 2020 +0100

    Ignore javadoc lint errors
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9252e99..da5089e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
   <properties>
     <projectName>Apache Directory Server</projectName>
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/apacheds/gen-docs/${project.version}/</distMgmtSiteUrl>
-    <!--additionalparam>-Xdoclint:none</additionalparam-->
+    <doclint>none</doclint>
 
     <!-- Set versions for depending projects -->
     <org.apache.directory.api.version>2.0.0</org.apache.directory.api.version>
@@ -204,7 +204,7 @@
             <additionalOptions>-Xmaxwarns 1000</additionalOptions>
             <additionalOptions>-Xmaxerrs 1000</additionalOptions>
           </additionalOptions>
-          <!--additionalparam>-Xdoclint:none</additionalparam-->
+          <doclint>none</doclint>
           <tags>
             <tag>
               <name>org.apache.xbean.XBean</name>