Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / exception / ZoomImplementationException.java
index 793615f..5f886e0 100644 (file)
@@ -2,13 +2,13 @@ package org.yaz4j.exception;
 
 public class ZoomImplementationException extends ZoomException {
 
-    private static final long serialVersionUID = 1L;
+  private static final long serialVersionUID = 1L;
 
-    public ZoomImplementationException() {
-        super();
-    }
+  public ZoomImplementationException() {
+    super();
+  }
 
-    public ZoomImplementationException(String message) {
-        super(message);
-    }
+  public ZoomImplementationException(String message) {
+    super(message);
+  }
 }