Bug-731: Fixed few major Sonar warnings
[bgpcep.git] / pcep / topology-provider / src / main / java / org / opendaylight / bgpcep / pcep / topology / provider / AbstractTopologySessionListener.java
index 68a4f04fc4ec69a7f1923570b17758562a5100ba..3151db0217ee172cb59e8213bdbaf17a3432cbe0 100644 (file)
@@ -99,6 +99,8 @@ public abstract class AbstractTopologySessionListener<S, L> implements PCEPSessi
     };
     private static final Logger LOG = LoggerFactory.getLogger(AbstractTopologySessionListener.class);
 
+    protected static final String MISSING_XML_TAG = "Mandatory XML tags are missing.";
+
     @GuardedBy("this")
     private final Map<S, PCEPRequest> requests = new HashMap<>();