From commits-return-52625-archive-asf-public=cust-asf.ponee.io@directory.apache.org Wed Jun 23 18:58:46 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id E6DA3180636 for ; Wed, 23 Jun 2021 20:58:45 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 28FEA3F1D7 for ; Wed, 23 Jun 2021 18:58:45 +0000 (UTC) Received: (qmail 39253 invoked by uid 500); 23 Jun 2021 18:58:44 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 39239 invoked by uid 99); 23 Jun 2021 18:58:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2021 18:58:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3FB88821D7; Wed, 23 Jun 2021 18:58:44 +0000 (UTC) Date: Wed, 23 Jun 2021 18:58:44 +0000 To: "commits@directory.apache.org" Subject: [directory-ldap-api] branch master updated: Update javadoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162447472417.16623.148600756092513733@gitbox.apache.org> From: seelmann@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: directory-ldap-api X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4322886f8ed9fe0d2c588f0c557e92e4d160149f X-Git-Newrev: 9cc9a2d7d765be255cc6bda79d0a83c6f730a2ab X-Git-Rev: 9cc9a2d7d765be255cc6bda79d0a83c6f730a2ab X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 9cc9a2d Update javadoc 9cc9a2d is described below commit 9cc9a2d7d765be255cc6bda79d0a83c6f730a2ab Author: Stefan Seelmann AuthorDate: Wed Jun 23 20:58:29 2021 +0200 Update javadoc --- .../main/java/org/apache/directory/ldap/client/api/LdapConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnection.java b/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnection.java index 50c9bc3..a4f7c98 100644 --- a/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnection.java +++ b/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnection.java @@ -690,7 +690,7 @@ public interface LdapConnection extends Closeable /** - * Get back the RooDSE from the connected server. Only the user attributes are returned. + * Get back the RooDSE from the connected server. All user and operational attributes are returned. * * @return The Entry containing all the information about the rootDSE * @throws LdapException If the rootDSE can't be read