File tree Expand file tree Collapse file tree
application/org.openjdk.jmc.ui.websocket/src/main/java/org/openjdk/jmc/ui/websocket Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242import org .eclipse .ui .plugin .AbstractUIPlugin ;
4343import org .openjdk .jmc .common .item .IItemCollection ;
4444import org .openjdk .jmc .ui .websocket .preferences .PreferenceConstants ;
45- import org .osgi .framework .BundleActivator ;
4645import org .osgi .framework .BundleContext ;
4746
48- public class WebsocketPlugin extends AbstractUIPlugin implements BundleActivator , IStartup {
47+ public class WebsocketPlugin extends AbstractUIPlugin implements IStartup {
4948
50- private static final Logger LOGGER = Logger .getLogger (WebsocketPlugin .class .getName ());
5149 public final static String PLUGIN_ID = "org.openjdk.jmc.ui.websocket" ; //$NON-NLS-1$
50+ private static final Logger LOGGER = Logger .getLogger (PLUGIN_ID );
51+
5252 private static WebsocketPlugin plugin ;
5353 private WebsocketServer server ;
5454
Original file line number Diff line number Diff line change 172172 <Class name =" org.openjdk.jmc.rcp.application.p2.UpdateSiteURLToolkit" />
173173 <!-- getLogger() -->
174174 <Class name =" org.openjdk.jmc.rcp.logging.LoggingToolkit" />
175+ <!-- getLogger() -->
176+ <Class name =" org.openjdk.jmc.ui.websocket.WebsocketPlugin" />
175177 </Or >
176178 <Bug pattern =" MS_EXPOSE_REP" />
177179 </Match >
You can’t perform that action at this time.
0 commit comments