Skip to content

Commit 9f7b69e

Browse files
committed
Alignment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1304078 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57ca8f6 commit 9f7b69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ public static long copyLarge(Reader input, Writer output) throws IOException {
16291629
* @since 2.2
16301630
*/
16311631
public static long copyLarge(Reader input, Writer output, final long inputOffset, final long length)
1632-
throws IOException {
1632+
throws IOException {
16331633
if (inputOffset > 0) {
16341634
skipFully(input, inputOffset);
16351635
}

0 commit comments

Comments
 (0)