Select copyPolicy for each StatementSupport class
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / revision / RevisionStatementSupport.java
index 313b98ecf4fbf5519c85d10e182bfec27afe640b..7881fc6468dfe49fd05a4edcea2120206a22130d 100644 (file)
@@ -31,7 +31,7 @@ public final class RevisionStatementSupport
     private static final RevisionStatementSupport INSTANCE = new RevisionStatementSupport();
 
     private RevisionStatementSupport() {
-        super(YangStmtMapping.REVISION);
+        super(YangStmtMapping.REVISION, CopyPolicy.REJECT);
     }
 
     public static RevisionStatementSupport getInstance() {