Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 05A79200B6F for ; Wed, 10 Aug 2016 00:34:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0450B160AAD; Tue, 9 Aug 2016 22:34:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A746160AA5 for ; Wed, 10 Aug 2016 00:34:18 +0200 (CEST) Received: (qmail 43727 invoked by uid 500); 9 Aug 2016 22:34:17 -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 43718 invoked by uid 99); 9 Aug 2016 22:34:17 -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, 09 Aug 2016 22:34:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62A9EDFE2E; Tue, 9 Aug 2016 22:34:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: <2d3728e64c694ab1a8178dae96d30d7c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-core git commit: minor jdoc chg Date: Tue, 9 Aug 2016 22:34:17 +0000 (UTC) archived-at: Tue, 09 Aug 2016 22:34:19 -0000 Repository: directory-fortress-core Updated Branches: refs/heads/master 8b3a5bf28 -> f26bff439 minor jdoc chg 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/f26bff43 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/f26bff43 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/f26bff43 Branch: refs/heads/master Commit: f26bff4396685eec47c17a49d63870764c715d44 Parents: 8b3a5bf Author: Shawn McKinney Authored: Fri Aug 5 17:09:59 2016 -0500 Committer: Shawn McKinney Committed: Fri Aug 5 17:09:59 2016 -0500 ---------------------------------------------------------------------- .../java/org/apache/directory/fortress/core/SecurityException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/f26bff43/src/main/java/org/apache/directory/fortress/core/SecurityException.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/directory/fortress/core/SecurityException.java b/src/main/java/org/apache/directory/fortress/core/SecurityException.java index edebc4f..73b67e8 100755 --- a/src/main/java/org/apache/directory/fortress/core/SecurityException.java +++ b/src/main/java/org/apache/directory/fortress/core/SecurityException.java @@ -39,7 +39,7 @@ package org.apache.directory.fortress.core; *
  • {@link ValidationException} in the event entity validation fails.
  • * *

    - * For certain APIs, e.g., {@link AccessMgr#createSession(org.apache.directory.fortress.core.model.User, boolean)}, or + * For certain APIs like {@link AccessMgr#createSession(org.apache.directory.fortress.core.model.User, boolean)}, or * {@link AccessMgr#authenticate(String, char[])}, the caller may need to differentiate by one of the above subclasses, e.g. * {@link PasswordException}, to facilitate password expiring condition or allow user to retry authentication after entering * it incorrectly. If specific exception processing is not the aim, or if differentiating conditions by {@link #errorId} is