Skip to content

Commit

Permalink
fix: removed unused import from OCIRegistryEndpoint (2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeevananthammoorthy committed Apr 29, 2024
1 parent 163ce1c commit 2ae7e58
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,8 +22,6 @@
import java.util.HashMap;
import java.util.Map;

import static org.apache.commons.lang3.StringUtils.EMPTY;

public class OCIRegistryEndpoint {

private static final Map<String, String> PROTOCOL_MAPPER = new HashMap<>();
Expand Down

0 comments on commit 2ae7e58

Please sign in to comment.