Skip to content

Commit 439ca6c

Browse files
committed
Make private static field final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@919236 13f79535-47bb-0310-9956-ffa450edef68
1 parent e90d66d commit 439ca6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/io/DemuxTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DemuxTestCase
4747
private static final String DATA3 = "Data for thread3";
4848
private static final String DATA4 = "Data for thread4";
4949

50-
private static Random c_random = new Random();
50+
private static final Random c_random = new Random();
5151
private HashMap<String, ByteArrayOutputStream> m_outputMap = new HashMap<String, ByteArrayOutputStream>();
5252
private HashMap<String, Thread> m_threadMap = new HashMap<String, Thread>();
5353

0 commit comments

Comments
 (0)