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/25fd59e1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/25fd59e1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/25fd59e1

Branch: refs/heads/master
Commit: 25fd59e1e0316d07f152646fd24c876702ec3f8f
Parents: 2539d03
Author: rpopma <[email protected]>
Authored: Thu Sep 24 09:36:58 2015 +0200
Committer: rpopma <[email protected]>
Committed: Thu Sep 24 09:36:58 2015 +0200

----------------------------------------------------------------------
 .../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/25fd59e1/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 {

Reply via email to