Select copyPolicy for each StatementSupport class
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / deviation / DeviationStatementSupport.java
index eea25b2bb65b1310644e441761e981ff91568a6c..8b5bfe66deb31f66c225b41e46764b15c72998c8 100644 (file)
@@ -36,7 +36,7 @@ public final class DeviationStatementSupport
     private static final DeviationStatementSupport INSTANCE = new DeviationStatementSupport();
 
     private DeviationStatementSupport() {
-        super(YangStmtMapping.DEVIATION);
+        super(YangStmtMapping.DEVIATION, CopyPolicy.REJECT);
     }
 
     public static DeviationStatementSupport getInstance() {