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