Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / kernel / MismatchException.java
index c066532ae9a14cab3d000f91434c48c3596cbe4f..f0a103cfde5fab06191ac689bc1fe7bed3330ef8 100644 (file)
@@ -1,17 +1,20 @@
 package org.splat.kernel;
+
 /**
  * 
- * @author    Daniel Brunier-Coulin
+ * @author Daniel Brunier-Coulin
  * @copyright OPEN CASCADE 2012
  */
 
 public class MismatchException extends Exception {
 
-    private static final long serialVersionUID = 366699682058153984L;
+       private static final long serialVersionUID = 366699682058153984L;
+
+       public MismatchException() {
+               super();
+       }
 
-    public MismatchException () {
-    }
-    public MismatchException (String message) {
-      super(message);
-    }
+       public MismatchException(final String message) {
+               super(message);
+       }
 }
\ No newline at end of file