Skip to content

Commit 025fb9c

Browse files
committed
removed last couple of finals
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140458 13f79535-47bb-0310-9956-ffa450edef68
1 parent c77a476 commit 025fb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/io/input/SwappedDataInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* <p><b>Origin of code: </b>Avalon Excalibur (IO)</p>
6767
*
6868
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
69-
* @version CVS $Revision: 1.5 $ $Date: 2003/12/30 06:55:59 $
69+
* @version CVS $Revision: 1.6 $ $Date: 2003/12/30 06:56:22 $
7070
*/
7171
public class SwappedDataInputStream extends ProxyInputStream
7272
implements DataInput
@@ -124,7 +124,7 @@ public void readFully( byte[] data )
124124
}
125125

126126
/** @see java.io.DataInput#readFully(byte[], int, int) */
127-
public void readFully( byte[] data, final int offset, final int length )
127+
public void readFully( byte[] data, int offset, int length )
128128
throws IOException, EOFException
129129
{
130130
int remaining = length;

0 commit comments

Comments
 (0)