Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / rest / impl / UnsupportedFormatException.java
index 2e5cdf48e7c9e2488ce8b88a95f4247b3d453e41..9e21659895f2ec06a34d5549bac5b64be783ac48 100644 (file)
@@ -12,7 +12,6 @@ public class UnsupportedFormatException extends Exception {
     private static final long serialVersionUID = -1741388894406313402L;
 
     public UnsupportedFormatException() {
-        super();
     }
 
     public UnsupportedFormatException(String message, Throwable cause) {