Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14ac2e1

Browse filesBrowse files
authored
Fix non contiguous imports (#255)
1 parent 3bd741d commit 14ac2e1
Copy full SHA for 14ac2e1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/codehaus/plexus/util/PropertyUtils.java
+1-2Lines changed: 1 addition & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.