You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/09/27 20:41:12 UTC

[20/50] [abbrv] logging-log4j2 git commit: Checkstyle: line length (IDE autoformatted)

Checkstyle: line length (IDE autoformatted)


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e70a444d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e70a444d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e70a444d

Branch: refs/heads/LOG4J2-1136
Commit: e70a444d438683049695efb309bd09113a6300f4
Parents: 37f1327
Author: rpopma <rp...@apache.org>
Authored: Thu Sep 24 09:36:58 2015 +0200
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Sun Sep 27 10:47:29 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/util/EnglishEnums.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e70a444d/log4j-api/src/main/java/org/apache/logging/log4j/util/EnglishEnums.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/EnglishEnums.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/EnglishEnums.java
index c561c33..be6b346 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/util/EnglishEnums.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/EnglishEnums.java
@@ -14,7 +14,7 @@
  * See the license for the specific language governing permissions and
  * limitations under the license.
  */
- package org.apache.logging.log4j.util;
+package org.apache.logging.log4j.util;
 
 import java.util.Locale;
 
@@ -25,8 +25,8 @@ import java.util.Locale;
  * Helps convert English Strings to English Enum values.
  * </p>
  * <p>
- * Enum name arguments are converted internally to upper case with the {@linkplain Locale#ENGLISH ENGLISH} locale to avoid problems on the
- * Turkish locale. Do not use with Turkish enum values.
+ * Enum name arguments are converted internally to upper case with the {@linkplain Locale#ENGLISH ENGLISH} locale to
+ * avoid problems on the Turkish locale. Do not use with Turkish enum values.
  * </p>
  */
 public final class EnglishEnums {