]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.fastlz/testcases/org/simantics/fastlz/NullOutputStream.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.fastlz / testcases / org / simantics / fastlz / NullOutputStream.java
index 57b3e609704358419f56805313d5e6fc15a23d3c..1086c75045aea08107d417f7517c14abab40577e 100644 (file)
@@ -1,25 +1,25 @@
-package org.simantics.fastlz;\r
-\r
-import java.io.IOException;\r
-import java.io.OutputStream;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class NullOutputStream extends OutputStream {\r
-\r
-       public static final NullOutputStream INSTANCE = new NullOutputStream();\r
-       \r
-       @Override\r
-       public void write(int b) throws IOException {\r
-       }\r
-\r
-       @Override\r
-       public void write(byte[] b) throws IOException {\r
-       }\r
-\r
-       @Override\r
-       public void write(byte[] b, int off, int len) throws IOException {\r
-       }\r
-\r
-}\r
+package org.simantics.fastlz;
+
+import java.io.IOException;
+import java.io.OutputStream;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class NullOutputStream extends OutputStream {
+
+       public static final NullOutputStream INSTANCE = new NullOutputStream();
+       
+       @Override
+       public void write(int b) throws IOException {
+       }
+
+       @Override
+       public void write(byte[] b) throws IOException {
+       }
+
+       @Override
+       public void write(byte[] b, int off, int len) throws IOException {
+       }
+
+}