Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / exception / Bib1Exception.java
index 3ead83d..fbb8b7f 100644 (file)
@@ -2,13 +2,13 @@ package org.yaz4j.exception;
 
 public class Bib1Exception extends ZoomException {
 
-    private static final long serialVersionUID = 1L;
+  private static final long serialVersionUID = 1L;
 
-    public Bib1Exception() {
-        super();
-    }
+  public Bib1Exception() {
+    super();
+  }
 
-    public Bib1Exception(String message) {
-        super(message);
-    }
-}
\ No newline at end of file
+  public Bib1Exception(String message) {
+    super(message);
+  }
+}