Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E01418F8D for ; Tue, 5 Jan 2016 18:40:21 +0000 (UTC) Received: (qmail 66941 invoked by uid 500); 5 Jan 2016 18:40:21 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 66892 invoked by uid 500); 5 Jan 2016 18:40:21 -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 66883 invoked by uid 99); 5 Jan 2016 18:40:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 18:40:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C5887E00B1; Tue, 5 Jan 2016 18:40:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: elecharny@apache.org To: commits@directory.apache.org Message-Id: <1e27403c3daa4f6990a4e7b442fbff5a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-core git commit: Fixed the Javadoc Date: Tue, 5 Jan 2016 18:40:20 +0000 (UTC) Repository: directory-fortress-core Updated Branches: refs/heads/master eacfe5d31 -> 2ca6f3430 Fixed the Javadoc Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/2ca6f343 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/2ca6f343 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/2ca6f343 Branch: refs/heads/master Commit: 2ca6f3430831166aafd4daea65a40da83dab8ccf Parents: eacfe5d Author: Emmanuel Lécharny Authored: Tue Jan 5 19:40:08 2016 +0100 Committer: Emmanuel Lécharny Committed: Tue Jan 5 19:40:08 2016 +0100 ---------------------------------------------------------------------- .../org/apache/directory/fortress/core/AccessMgrFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/2ca6f343/src/main/java/org/apache/directory/fortress/core/AccessMgrFactory.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/directory/fortress/core/AccessMgrFactory.java b/src/main/java/org/apache/directory/fortress/core/AccessMgrFactory.java index 69c0896..bceb210 100755 --- a/src/main/java/org/apache/directory/fortress/core/AccessMgrFactory.java +++ b/src/main/java/org/apache/directory/fortress/core/AccessMgrFactory.java @@ -28,10 +28,10 @@ import org.apache.directory.fortress.core.util.VUtil; /** * Creates an instance of the AccessMgr object. - *

+ *

* The default implementation class is specified as {@link AccessMgrImpl} but can be overridden by * adding the {@link GlobalIds#ACCESS_IMPLEMENTATION} config property. - *

+ *

* * @author Apache Directory Project