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 2018/01/25 23:13:16 UTC

[directory-ldap-api] branch master updated: Another bad javadoc...

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-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 87c4da1  Another bad javadoc...
87c4da1 is described below

commit 87c4da1b57a019108d4b361ccc7a14ef7012bfa5
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Fri Jan 26 00:13:07 2018 +0100

    Another bad javadoc...
---
 .../ads_impl/startTransaction/StartTransactionResponseDecorator.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ldap/extras/codec/src/main/java/org/apache/directory/api/ldap/extras/extended/ads_impl/startTransaction/StartTransactionResponseDecorator.java b/ldap/extras/codec/src/main/java/org/apache/directory/api/ldap/extras/extended/ads_impl/startTransaction/StartTransactionResponseDecorator.java
index a6aa1c5..f72cfe3 100644
--- a/ldap/extras/codec/src/main/java/org/apache/directory/api/ldap/extras/extended/ads_impl/startTransaction/StartTransactionResponseDecorator.java
+++ b/ldap/extras/codec/src/main/java/org/apache/directory/api/ldap/extras/extended/ads_impl/startTransaction/StartTransactionResponseDecorator.java
@@ -27,7 +27,7 @@ import org.apache.directory.api.util.Strings;
 
 
 /**
- * A Decorator for CancelResponses.
+ * A Decorator for EndTransactionResponses.
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  */
@@ -37,7 +37,7 @@ public class StartTransactionResponseDecorator extends ExtendedResponseDecorator
     private StartTransactionResponse startTransactionResponse;
 
     /**
-     * Creates a new instance of CancelResponseDecorator.
+     * Creates a new instance of EndTransactionResponseDecorator.
      *
      * @param codec The LDAP service instance
      * @param decoratedMessage The decorated message

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