You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/08/24 04:14:03 UTC

[12/31] logging-log4j2 git commit: @deprecated Use {@link StandardCharsets#UTF_8}. Will be removed in 2.5.

@deprecated Use {@link StandardCharsets#UTF_8}. Will be removed in 2.5.

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

Branch: refs/heads/LOG4J2-1539
Commit: a039b4b0dffd291d036c6daa4fc9cb5a28b8ce86
Parents: ad673e4
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 22 22:58:26 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Aug 22 22:58:26 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/core/util/Constants.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a039b4b0/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
index a5eee73..0b841eb 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
@@ -16,9 +16,6 @@
  */
 package org.apache.logging.log4j.core.util;
 
-import java.nio.charset.Charset;
-import java.nio.charset.StandardCharsets;
-
 import org.apache.logging.log4j.util.PropertiesUtil;
 
 /**