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 2015/07/07 23:03:42 UTC

logging-log4j2 git commit: The import java.lang.reflect.ReflectPermission is never used.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 483d2ca31 -> 0de636c13


The import java.lang.reflect.ReflectPermission is never used.

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

Branch: refs/heads/master
Commit: 0de636c139c367dedeccd8e7acf9a41511f22a04
Parents: 483d2ca
Author: ggregory <gg...@apache.org>
Authored: Tue Jul 7 14:03:38 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Jul 7 14:03:38 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/logging/log4j/core/util/Loader.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0de636c1/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
index 470f49e..b52d74a 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
@@ -19,7 +19,6 @@ package org.apache.logging.log4j.core.util;
 
 import java.io.InputStream;
 import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.ReflectPermission;
 import java.net.URL;
 
 import org.apache.logging.log4j.Logger;