Fixing warnings in the sal sub-project.
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / Path.java
index e21f6f14720d9d510d72cf65ccc7ed1159acae14..31b3ec6a5a164c96cc1c8ea04aa06e35b8197eab 100644 (file)
@@ -41,6 +41,7 @@ public class Path implements Serializable {
     /**
      * Private constructor used for JAXB mapping
      */
+    @SuppressWarnings("unused")
     private Path() {
         this.edges = null;
     }