Code cleanup and formatting.
[svjatoslav_commons.git] / src / main / java / eu / svjatoslav / commons / data / BitInputStream.java
index 664ffcb..66e3c0f 100755 (executable)
@@ -9,13 +9,13 @@
 
 package eu.svjatoslav.commons.data;
 
-/**
- * Read individual bits from the input stream.
- */
 
 import java.io.IOException;
 import java.io.InputStream;
 
+/**
+ * Read individual bits from the input stream.
+ */
 public class BitInputStream {
 
     private final InputStream inputStream;