Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pregress committed Dec 9, 2024
1 parent a0c49cf commit 233fd27
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
import java.net.URISyntaxException;
import java.net.URLConnection;
import java.nio.file.Files;
import java.time.Duration;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
Expand All @@ -75,9 +76,6 @@
import java.util.logging.Level;
import java.util.logging.Logger;

// For Duration (if using Azure SDK methods)
import java.time.Duration;

import static com.microsoft.jenkins.artifactmanager.Utils.generateExpiryDate;

@Restricted(NoExternalUse.class)
Expand Down

0 comments on commit 233fd27

Please sign in to comment.