mirror of https://github.com/apache/jclouds.git
issue 384: modify SshAvailable.toString to follow convention
This commit is contained in:
parent
c263c7b126
commit
9c3af8ffd9
|
@ -67,7 +67,7 @@ public class SshAvailable implements Predicate<String> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "SSH Daemon is available";
|
return "sshAvailable()";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue