Skip to content

Commit e77515f

Browse files
committed
Reapply final modifier for static constants.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140469 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3ad5ab7 commit e77515f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/org/apache/commons/io/output/ByteArrayOutputStreamTestCase.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/output/ByteArrayOutputStreamTestCase.java,v 1.4 2003/12/30 07:00:04 bayard Exp $
3-
* $Revision: 1.4 $
4-
* $Date: 2003/12/30 07:00:04 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/output/ByteArrayOutputStreamTestCase.java,v 1.5 2003/12/30 15:25:22 jeremias Exp $
3+
* $Revision: 1.5 $
4+
* $Date: 2003/12/30 15:25:22 $
55
*
66
* ====================================================================
77
*
@@ -72,7 +72,7 @@
7272
*/
7373
public class ByteArrayOutputStreamTestCase extends TestCase {
7474

75-
private static byte[] DATA;
75+
private static final byte[] DATA;
7676

7777
static {
7878
DATA = new byte[64];

0 commit comments

Comments
 (0)