mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 22:27:34 +00:00
refactor: 优化代码.
移除无用代码和导入.
This commit is contained in:
parent
712ce9df4a
commit
9983591aeb
@ -11,8 +11,6 @@ import com.oracle.bmc.identity.requests.ListCompartmentsRequest;
|
||||
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;
|
||||
@ -26,8 +24,6 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class ComputeInstanceManager {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(ComputeInstanceManager.class);
|
||||
|
||||
private final Map<String, ComputeInstance> instanceMap = new ConcurrentHashMap<>();
|
||||
private SshAuthIdentityProvider sshIdentityProvider;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user