This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new b657ed838 Remove unused constant b657ed838 is described below commit b657ed838920412b10989314fa205c6997bf8982 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Sep 4 11:34:58 2024 -0400 Remove unused constant --- src/test/java/org/apache/commons/lang3/time/StopWatchTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java b/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java index 09f0a241f..5e2be622c 100644 --- a/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java +++ b/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java @@ -47,7 +47,6 @@ public class StopWatchTest extends AbstractLangTest { private static final int SPLIT_CLOCK_STR_LEN = 12; private static final Duration TWO_MILLISECOND = Duration.ofMillis(2); - private static final Duration MILLIS_200 = Duration.ofMillis(200); private static final Duration MILLIS_550 = Duration.ofMillis(550); private static final String MESSAGE = "Baking cookies"; private static final Duration MIN_SLEEP = Duration.ofMillis(20);