Remove yang-test
[controller.git] / opendaylight / config / config-persister-file-xml-adapter / src / main / java / org / opendaylight / controller / config / persist / storage / file / xml / model / PersistException.java
index a0ccdb8e2e883294a57c75d3daf47c1c12ef1a2e..0c7d22c1dd543e9c887178a3e02a81062497df1e 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.config.persist.storage.file.xml.model;
 final class PersistException extends RuntimeException {
     private static final long serialVersionUID = 1L;
 
-    public PersistException(String s, Exception e) {
+    public PersistException(final String s, final Exception e) {
         super(s, e);
     }
 }