Adapt TransportPCE code to Sulfur
[transportpce.git] / pce / src / main / java / org / opendaylight / transportpce / pce / networkanalyzer / PceLink.java
index 749f1955b956d6040913a67df87d4c03e2fe8ff3..56aaddf50df789c2ee6b63a96565704ad5415749 100644 (file)
@@ -159,7 +159,7 @@ public class PceLink implements Serializable {
     }
 
     //Compute the OSNR of a span
-    public double calcSpanOSNR() {
+    private double calcSpanOSNR() {
         if (this.omsAttributesSpan == null) {
             return 0L;
         }