Repository: logging-log4j2
Updated Branches:
  refs/heads/master e689143e7 -> 37ef86b09


Revert commit that broke the build. Not sure why it was thought the import was 
not used since the class extends it


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

Branch: refs/heads/master
Commit: 37ef86b097bb62473592ff641f386a4cff364bf2
Parents: e689143
Author: Ralph Goers <[email protected]>
Authored: Wed Mar 2 08:42:43 2016 -0700
Committer: Ralph Goers <[email protected]>
Committed: Wed Mar 2 08:42:43 2016 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/37ef86b0/log4j-jmx-gui/src/main/java/org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java
----------------------------------------------------------------------
diff --git 
a/log4j-jmx-gui/src/main/java/org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java
 
b/log4j-jmx-gui/src/main/java/org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java
index f7405c2..538dc8d 100644
--- 
a/log4j-jmx-gui/src/main/java/org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java
+++ 
b/log4j-jmx-gui/src/main/java/org/apache/logging/log4j/jmx/gui/ClientGuiJConsolePlugin.java
@@ -22,6 +22,8 @@ import java.util.Map;
 import javax.swing.JPanel;
 import javax.swing.SwingWorker;
 
+import com.sun.tools.jconsole.JConsolePlugin;
+
 /**
  * Adapts the {@code ClientGui} to the {@code JConsolePlugin} API.
  */

Reply via email to