just formatting v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 08 Jan 2014 19:35:20 +0100
branchv_0
changeset 148 1b2f40cd432b
parent 147 4a704c1669f4
child 149 6a6f7b384591
just formatting
java/sql-dk/src/info/globalcode/sql/dk/batch/BatchDecoder.java
--- a/java/sql-dk/src/info/globalcode/sql/dk/batch/BatchDecoder.java	Wed Jan 08 19:24:26 2014 +0100
+++ b/java/sql-dk/src/info/globalcode/sql/dk/batch/BatchDecoder.java	Wed Jan 08 19:35:20 2014 +0100
@@ -38,7 +38,6 @@
 
 	public Batch decode(InputStream in) throws BatchException {
 		return new BatchFromStream(new DataInputStream(in));
-
 	}
 
 	private class BatchFromStream implements Batch {
@@ -104,7 +103,6 @@
 			} catch (IOException e) {
 				throw new BatchException("Unable to read batch header", e);
 			}
-
 		}
 	}
 }