Remove redundant modifiers
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / spi / PotentialSchemaSource.java
index 57e69ee67544bc3e614f963af158fac050eda29a..8b9732dd8efefe552099fa5429566be0e4c71f06 100644 (file)
@@ -50,7 +50,7 @@ public final class PotentialSchemaSource<T extends SchemaSourceRepresentation> {
 
         private final int value;
 
-        private Costs(final int value) {
+        Costs(final int value) {
             this.value = value;
         }