Update Renderer Module
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / openroadminterfaces / OpenRoadmInterfacesImpl.java
index eba991d2fae8719aa9a3a823cc9674cdb298d9c7..33b33f373899f7dca454f79c67276547921bd3d6 100644 (file)
@@ -28,13 +28,6 @@ public class OpenRoadmInterfacesImpl implements OpenRoadmInterfaces {
     OpenRoadmInterfacesImpl22 openRoadmInterfacesImpl22;
     MappingUtils mappingUtils;
 
-    // TODO move somewhere to constants
-    public static final String NETWORK_TOKEN = "NETWORK";
-    public static final String TTP_TOKEN = "TTP";
-    public static final String CLIENT_TOKEN = "CLIENT";
-    public static final String PP_TOKEN = "PP";
-
-
     public OpenRoadmInterfacesImpl(DeviceTransactionManager deviceTransactionManager,MappingUtils mappingUtils,
         OpenRoadmInterfacesImpl121 openRoadmInterfacesImpl121,OpenRoadmInterfacesImpl22 openRoadmInterfacesImpl22) {
         this.deviceTransactionManager = deviceTransactionManager;