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 2020/05/09 17:49:08 UTC

[directory-ldap-api] branch master updated: DIRSTUDIO-1250: Clarify that getCookieValue() is ApacheDS specific

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 f7734a9  DIRSTUDIO-1250: Clarify that getCookieValue() is ApacheDS specific
f7734a9 is described below

commit f7734a94c0f219ffc9ec094ea17c0a68d276035f
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat May 9 19:48:56 2020 +0200

    DIRSTUDIO-1250: Clarify that getCookieValue() is ApacheDS specific
---
 .../apache/directory/api/ldap/model/message/controls/PagedResults.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResults.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResults.java
index 58c5f6b..3cefcd7 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResults.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResults.java
@@ -89,6 +89,8 @@ public interface PagedResults extends Control
 
 
     /**
+     * This method is ApacheDS specific, do not use for other LDAP servers.
+     *
      * @return The integer value for the current cookie
      */
     int getCookieValue();