Salome HOME
PMD plugin is refreshed. Some code is modified to respect PMD rules. Ant build proced...
[tools/siman.git] / Workspace / SPlat / src / org / splat / manox / TypeMismatchException.java
index 55d1650c2a23c3f87727cf530b64cd5a2c3798c6..d8cdf4c1c9658b74286a9b9f5095358310fe0339 100644 (file)
@@ -5,8 +5,9 @@ public class TypeMismatchException extends Exception {
     private static final long serialVersionUID = 5083246617526245578L;
 
     public TypeMismatchException () {
+       super();
     }
-    public TypeMismatchException (String message) {
+    public TypeMismatchException (final String message) {
       super(message);
     }
 }
\ No newline at end of file