mirror of https://github.com/apache/jclouds.git
Fixed @Nullable annotation to from javax.annotation to org.jclouds.annotation
This commit is contained in:
parent
001c58cba7
commit
e2997539e5
|
@ -23,12 +23,12 @@ import org.jclouds.compute.callables.RunScriptOnNodeUsingSsh;
|
|||
import org.jclouds.compute.domain.ExecResponse;
|
||||
import org.jclouds.compute.domain.NodeMetadata;
|
||||
import org.jclouds.domain.Credentials;
|
||||
import org.jclouds.javax.annotation.Nullable;
|
||||
import org.jclouds.scriptbuilder.statements.login.UserAdd;
|
||||
import org.jclouds.ssh.SshClient;
|
||||
import org.testng.annotations.BeforeMethod;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.io.IOException;
|
||||
|
||||
import static org.easymock.EasyMock.*;
|
||||
|
|
Loading…
Reference in New Issue