SONAR Suggestion - protected members in final classes are pointless

Change-Id: Ie34d86aecf181e73867a14864d75e0db8a8f48f3
diff --git a/web/gui/src/main/java/org/onosproject/ui/impl/topo/util/IntentSelection.java b/web/gui/src/main/java/org/onosproject/ui/impl/topo/util/IntentSelection.java
index 725fc7c..ebd5c28 100644
--- a/web/gui/src/main/java/org/onosproject/ui/impl/topo/util/IntentSelection.java
+++ b/web/gui/src/main/java/org/onosproject/ui/impl/topo/util/IntentSelection.java
@@ -33,7 +33,7 @@
 
     private static final int ALL = -1;
 
-    protected static final Logger log =
+    private static final Logger log =
             LoggerFactory.getLogger(IntentSelection.class);
 
     private final NodeSelection nodes;