From: Javen O'Neal Date: Sun, 3 Jan 2016 01:34:33 +0000 (+0000) Subject: whitespace X-Git-Tag: REL_3_14_FINAL~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2baddb8b8da5e0860b2799b569ab9b35b6f5be46;p=poi.git whitespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/POIDataSamples.java b/src/testcases/org/apache/poi/POIDataSamples.java index 8ff09d9083..c0376e7676 100644 --- a/src/testcases/org/apache/poi/POIDataSamples.java +++ b/src/testcases/org/apache/poi/POIDataSamples.java @@ -236,19 +236,19 @@ public final class POIDataSamples { } @Override - public int read() throws IOException { + public int read() throws IOException { return _is.read(); } @Override - public int read(byte[] b, int off, int len) throws IOException { + public int read(byte[] b, int off, int len) throws IOException { return _is.read(b, off, len); } @Override - public boolean markSupported() { + public boolean markSupported() { return false; } @Override - public void close() throws IOException { + public void close() throws IOException { _is.close(); } }