Repository: logging-log4j2 Updated Branches: refs/heads/master 7a409d4a6 -> fc2a2edd7
Javadoc: Use the active voice. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fc2a2edd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fc2a2edd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fc2a2edd Branch: refs/heads/master Commit: fc2a2edd7b8f97c97218e8c8e4eb9e8446aa485e Parents: 7a409d4 Author: Gary Gregory <[email protected]> Authored: Fri Sep 23 15:51:47 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Sep 23 15:51:47 2016 -0700 ---------------------------------------------------------------------- .../logging/log4j/core/config/ConfigurationException.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fc2a2edd/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationException.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationException.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationException.java index 06f777e..830cdcf 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationException.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationException.java @@ -25,7 +25,7 @@ public class ConfigurationException extends RuntimeException { private static final long serialVersionUID = -2413951820300775294L; /** - * Construct an exception with a message. + * Constructs an exception with a message. * * @param message The reason for the exception */ @@ -34,7 +34,7 @@ public class ConfigurationException extends RuntimeException { } /** - * Construct an exception with a message and underlying cause. + * Constructs an exception with a message and underlying cause. * * @param message The reason for the exception * @param cause The underlying cause of the exception @@ -44,7 +44,7 @@ public class ConfigurationException extends RuntimeException { } /** - * Construct an exception with a message and underlying cause. + * Constructs an exception with a message and underlying cause. * * @param cause The underlying cause of the exception */
