Skip to content

Commit

Permalink
refactor: 优化代码.
Browse files Browse the repository at this point in the history
移除无用代码和导入.
  • Loading branch information
LamGC committed Aug 15, 2021
1 parent 712ce9d commit 9983591
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import com.oracle.bmc.identity.responses.ListCompartmentsResponse;
import net.lamgc.oracle.sentry.oci.compute.ComputeInstance;
import net.lamgc.oracle.sentry.oci.compute.ssh.SshAuthIdentityProvider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.File;
import java.io.IOException;
Expand All @@ -26,8 +24,6 @@
*/
public class ComputeInstanceManager {

private final static Logger log = LoggerFactory.getLogger(ComputeInstanceManager.class);

private final Map<String, ComputeInstance> instanceMap = new ConcurrentHashMap<>();
private SshAuthIdentityProvider sshIdentityProvider;

Expand Down

0 comments on commit 9983591

Please sign in to comment.