Squash more sonar warnings
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / PCEPExtensionConsumerContext.java
index f4db40b8e08713114fc27f0f85545352c8da4b38..8a0f74d659343b9318a535b5a8dbbe72ba54991c 100644 (file)
@@ -9,17 +9,17 @@ package org.opendaylight.protocol.pcep.spi;
 
 public interface PCEPExtensionConsumerContext {
 
-       public LabelHandlerRegistry getLabelHandlerRegistry();
-       
-       public MessageHandlerRegistry getMessageHandlerRegistry();
+       LabelHandlerRegistry getLabelHandlerRegistry();
 
-       public ObjectHandlerRegistry getObjectHandlerRegistry();
+       MessageHandlerRegistry getMessageHandlerRegistry();
 
-       public EROSubobjectHandlerRegistry getEROSubobjectHandlerRegistry();
+       ObjectHandlerRegistry getObjectHandlerRegistry();
 
-       public RROSubobjectHandlerRegistry getRROSubobjectHandlerRegistry();
+       EROSubobjectHandlerRegistry getEROSubobjectHandlerRegistry();
 
-       public XROSubobjectHandlerRegistry getXROSubobjectHandlerRegistry();
+       RROSubobjectHandlerRegistry getRROSubobjectHandlerRegistry();
 
-       public TlvHandlerRegistry getTlvHandlerRegistry();
+       XROSubobjectHandlerRegistry getXROSubobjectHandlerRegistry();
+
+       TlvHandlerRegistry getTlvHandlerRegistry();
 }