fix some compilation warnings
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / Timeouts.java
index c8051c6f1bf6e24a7f17564f7566afef64ea9cd0..b59ab5e04b2d0ae85e38e08df391fab0492c3b8c 100644 (file)
@@ -31,4 +31,7 @@ public final class Timeouts {
     public static final TimeUnit DEVICE_WRITE_TIMEOUT_UNIT = TimeUnit.SECONDS;
 
     //TODO add timeouts for device setup (olm power setup etc.)
+
+    private Timeouts() {
+    }
 }