]> source.dussan.org Git - poi.git/commitdiff
whitespace
authorJaven O'Neal <onealj@apache.org>
Sun, 3 Jan 2016 01:34:33 +0000 (01:34 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 3 Jan 2016 01:34:33 +0000 (01:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722696 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/POIDataSamples.java

index 8ff09d908399d1a801b711f9d54a7f701fa395b1..c0376e7676c693cbcee80711aa1047e4f8a732a3 100644 (file)
@@ -236,19 +236,19 @@ public final class POIDataSamples {
         }\r
 \r
         @Override\r
-               public int read() throws IOException {\r
+        public int read() throws IOException {\r
             return _is.read();\r
         }\r
         @Override\r
-               public int read(byte[] b, int off, int len) throws IOException {\r
+        public int read(byte[] b, int off, int len) throws IOException {\r
             return _is.read(b, off, len);\r
         }\r
         @Override\r
-               public boolean markSupported() {\r
+        public boolean markSupported() {\r
             return false;\r
         }\r
         @Override\r
-               public void close() throws IOException {\r
+        public void close() throws IOException {\r
             _is.close();\r
         }\r
     }\r