Reformat (NetBeans).
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / ZoomImplementationException.java
index f08bc88..9b92203 100644 (file)
@@ -1,16 +1,14 @@
 package org.yaz4j;
 
-public class ZoomImplementationException extends RuntimeException
-{
-       private static final long serialVersionUID = 1L;
+public class ZoomImplementationException extends RuntimeException {
 
-       public ZoomImplementationException()
-       {
-               super();
-       }
-       
-       public ZoomImplementationException(String message )
-       {
-               super( message );
-       }
+    private static final long serialVersionUID = 1L;
+
+    public ZoomImplementationException() {
+        super();
+    }
+
+    public ZoomImplementationException(String message) {
+        super(message);
+    }
 }