You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2018/03/18 15:34:46 UTC

[directory-ldap-api] branch master updated: Fix docs

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new aed7fd6  Fix docs
aed7fd6 is described below

commit aed7fd6ced82aad814b0f4b073618d72bdcbffd7
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Mar 18 16:34:18 2018 +0100

    Fix docs
---
 .../directory/api/ldap/codec/osgi/DefaultLdapCodecService.java    | 2 +-
 .../directory/api/ldap/codec/standalone/CodecFactoryUtil.java     | 2 +-
 .../api/ldap/codec/standalone/StandaloneLdapApiService.java       | 8 ++++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/osgi/DefaultLdapCodecService.java b/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/osgi/DefaultLdapCodecService.java
index aa37114..6ac3e5b 100644
--- a/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/osgi/DefaultLdapCodecService.java
+++ b/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/osgi/DefaultLdapCodecService.java
@@ -94,7 +94,7 @@ public class DefaultLdapCodecService implements LdapApiService
     /** The map of registered {@link org.apache.directory.api.ldap.codec.api.ExtendedOperationFactory}'s by request OID */
     private Map<String, ExtendedOperationFactory> extendedOperationFactories = new HashMap<>();
 
-    /** The map of registered {@link org.apache.directory.api.ldap.codec.api.EIntermediateResponseFactory}'s by request OID */
+    /** The map of registered {@link org.apache.directory.api.ldap.codec.api.IntermediateResponseFactory}'s by request OID */
     private Map<String, IntermediateResponseFactory> intermediateResponseFactories = new HashMap<>();
 
     /** The registered ProtocolCodecFactory */
diff --git a/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/CodecFactoryUtil.java b/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/CodecFactoryUtil.java
index 57a073e..54a9e3d 100644
--- a/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/CodecFactoryUtil.java
+++ b/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/CodecFactoryUtil.java
@@ -265,7 +265,7 @@ public final class CodecFactoryUtil
      * <li>syncInfovalue</li>
      * </ul>
      * 
-     * @param extendendOperationsFactories The map of extended operation factories
+     * @param intermediateResponseFactories The map of intermediate response factories
      * @param apiService The LdapApiService to use
      */
     public static void loadStockIntermediateResponses(
diff --git a/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/StandaloneLdapApiService.java b/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/StandaloneLdapApiService.java
index 24d7691..8be7e98 100644
--- a/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/StandaloneLdapApiService.java
+++ b/ldap/codec/standalone/src/main/java/org/apache/directory/api/ldap/codec/standalone/StandaloneLdapApiService.java
@@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
 
 /**
  * The default {@link org.apache.directory.api.ldap.codec.api.LdapApiService} implementation.
- * It loads the Controls and ExtendedOperations as defined in the following system parameters :
+ * It loads the Controls, ExtendedOperations and IntermediateResponses as defined in the following system parameters :
  * <ul>
  *   <li>Controls :
  *     <ul>
@@ -48,10 +48,14 @@ import org.slf4j.LoggerFactory;
  *   <li>ExtendedOperations :
  *     <ul>
  *       <li>apacheds.extendedOperations</li>
- *       <li>default.extendedOperation.responses</li>
  *       <li>extra.extendedOperations</li>
  *     </ul>
  *   </li>
+ *   <li>IntermediateResponses :
+ *     <ul>
+ *       <li>apacheds.intermediateResponses</li>
+ *     </ul>
+ *   </li>
  * </ul>
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>

-- 
To stop receiving notification emails like this one, please contact
seelmann@apache.org.