This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 5cfdedd Fix back-port 5cfdedd is described below commit 5cfdedde90aa1a953bdcfaf589126fbd4c58f20a Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 3 17:35:15 2020 +0000 Fix back-port --- test/org/apache/juli/TestOneLineFormatterMillisPerformance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java b/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java index b7c0cab..7f0758d 100644 --- a/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java +++ b/test/org/apache/juli/TestOneLineFormatterMillisPerformance.java @@ -31,7 +31,7 @@ public class TestOneLineFormatterMillisPerformance { @Parameterized.Parameters(name = "{index}: format[{0}]") public static Collection<Object[]> parameters() { - List<Object[]> parameterSets = new ArrayList<>(); + List<Object[]> parameterSets = new ArrayList<Object[]>(); parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SSS" }); parameterSets.add(new String[] { "dd-MMM-yyyy HH:mm:ss.SS" }); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org