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 29d623274c907b914fe01b2180d27e0657f06f42..0c7d22c1dd543e9c887178a3e02a81062497df1e 100644 (file)
@@ -8,8 +8,9 @@
 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);
     }
 }