Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-649 c672c93fa -> 673b1f9b0
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/ec0bb193 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ec0bb193 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ec0bb193 Branch: refs/heads/LOG4J2-649 Commit: ec0bb193cffdae203f5c8b34b979ee51c5c71f10 Parents: 7f64fe8 Author: ggregory <ggreg...@apache.org> Authored: Tue Dec 1 18:18:03 2015 -0800 Committer: ggregory <ggreg...@apache.org> Committed: Tue Dec 1 18:18:03 2015 -0800 ---------------------------------------------------------------------- .../main/java/org/apache/logging/log4j/core/net/Protocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ec0bb193/log4j-core/src/main/java/org/apache/logging/log4j/core/net/Protocol.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/Protocol.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/Protocol.java index e1b66ec..d45f4cd 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/Protocol.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/Protocol.java @@ -17,7 +17,7 @@ package org.apache.logging.log4j.core.net; /** - * Enumeration of the supported protocols. + * Enumerates the supported protocols. */ public enum Protocol { /** TCP Protocol. */ @@ -28,7 +28,7 @@ public enum Protocol { UDP; /** - * Determine if the String matches this enum. + * Determines if the String matches this enum. * @param name The enumeration name to check. * @return true if this enumeration has the specified name. */