lttng: Fix more Sonar warnings in LTTng Tracer Control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / remote / IRemoteSystemProxy.java
index 295a5cdf877a88d0e3692e29ebd55d5632375227..2f9646b127a182c8696af753cee3acbd8d5400de 100644 (file)
@@ -34,7 +34,7 @@ public interface IRemoteSystemProxy {
     /**
      * Invalid port number for IP based connections.
      */
-    public final static int INVALID_PORT_NUMBER = -1;
+    static final int INVALID_PORT_NUMBER = -1;
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.029673 seconds and 5 git commands to generate.