arturobernalg commented on a change in pull request #127:
URL: https://github.com/apache/commons-csv/pull/127#discussion_r545954724



##########
File path: src/test/java/org/apache/commons/csv/PerformanceTest.java
##########
@@ -64,7 +64,7 @@
     private static int max = 11; // skip first test
 
     private static int num = 0; // number of elapsed times recorded
-    private static long[] elapsedTimes = new long[max];
+    private static final long[] elapsedTimes = new long[max];

Review comment:
       true. changed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to