issue 384: modify SshAvailable.toString to follow convention

This commit is contained in:
andreaturli 2011-12-01 22:22:47 +00:00
parent c263c7b126
commit 9c3af8ffd9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class SshAvailable implements Predicate<String> {
@Override
public String toString() {
return "SSH Daemon is available";
return "sshAvailable()";
}
}