Adapt TransportPCE code to Sulfur
[transportpce.git] / pce / src / main / java / org / opendaylight / transportpce / pce / networkanalyzer / PceOpticalNode.java
index 2c94225b9598d0f2ffa6da7984a8a877242999b7..c472622934d1036674b3acf0a27a3712cd60f58f 100644 (file)
@@ -66,7 +66,7 @@ public class PceOpticalNode implements PceNode {
 
     public PceOpticalNode(String deviceNodeId, String serviceType, PortMapping portMapping, Node node,
         OpenroadmNodeType nodeType, String version, BigDecimal slotWidthGranularity,
-        BigDecimal centralFreqGranularity) {
+                          BigDecimal centralFreqGranularity) {
 
         if (deviceNodeId != null
                 && serviceType != null