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-exec.git
The following commit(s) were added to refs/heads/master by this push: new 3af2931 Remove use of redundant String.substring() parameter. 3af2931 is described below commit 3af29319a6ed8182a2e5bc6d12e86b8c6864d70c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 28 09:28:56 2021 -0500 Remove use of redundant String.substring() parameter. --- .../java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java index b2e456b..f666bf5 100644 --- a/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java +++ b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java @@ -18,7 +18,6 @@ package org.apache.commons.exec.environment; -import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals;