Skip to content

Commit

Permalink
Fix non contiguous imports (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 22, 2023
1 parent 3bd741d commit 14ac2e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/codehaus/plexus/util/PropertyUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.codehaus.plexus.util;

import java.util.Objects;

/*
* Copyright The Codehaus Foundation.
*
Expand All @@ -18,6 +16,7 @@
* limitations under the License.
*/

import java.util.Objects;
import java.util.Properties;
import java.io.File;
import java.io.InputStream;
Expand Down

0 comments on commit 14ac2e1

Please sign in to comment.