Skip to content

Commit 14ac2e1

Browse files
authored
Fix non contiguous imports (#255)
1 parent 3bd741d commit 14ac2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/codehaus/plexus/util/PropertyUtils.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package org.codehaus.plexus.util;
22

3-
import java.util.Objects;
4-
53
/*
64
* Copyright The Codehaus Foundation.
75
*
@@ -18,6 +16,7 @@
1816
* limitations under the License.
1917
*/
2018

19+
import java.util.Objects;
2120
import java.util.Properties;
2221
import java.io.File;
2322
import java.io.InputStream;

0 commit comments

Comments
 (0)