clean some compilation warnings
[transportpce.git] / tests / stubpce / src / main / java / org / opendaylight / transportpce / stubpce / topology / NodePath.java
index e8da8c2cf08e69d36889499162a0160735a340de..61ea6688652bcc6a22defd362e641c4c8eca76b7 100644 (file)
@@ -10,7 +10,6 @@ package org.opendaylight.transportpce.stubpce.topology;
 
 import java.util.ArrayList;
 import java.util.List;
-
 import org.apache.commons.lang3.StringUtils;
 import org.opendaylight.transportpce.stubpce.TpNodeTp;
 import org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.pathdescription.rev170426.pce.resource.resource.resource.Link;
@@ -371,7 +370,7 @@ public class NodePath {
         return isXpdrSrgAbsent;
     }
 
-    public void setXpdrSrgAbsent(boolean isXpdrSrgAbsent) {
-        this.isXpdrSrgAbsent = isXpdrSrgAbsent;
+    public void setXpdrSrgAbsent(boolean xpdrSrgAbsent) {
+        this.isXpdrSrgAbsent = xpdrSrgAbsent;
     }
 }