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 2020/11/12 16:30:20 UTC

[logging-log4j2] branch release-2.x updated: Oops, need internal import here.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 581b327  Oops, need internal import here.
581b327 is described below

commit 581b327485fc7d3aa5da01dc5a21695f3cdc1bbc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 12 11:30:12 2020 -0500

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

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.
  */