Commit e323a10e authored by Viuginov Nickolay's avatar Viuginov Nickolay
Browse files

fixes according the review

IDEA-CR-35137
RUBY-22120
parent 953325d1
Showing with 5 additions and 1 deletion
+5 -1
......@@ -75,7 +75,11 @@ public abstract class EnvironmentAwareHost implements XAttachHost {
@NotNull
public abstract String getFileSystemHostId();
public boolean checkCredentials(@NotNull final Object credentialsObject) {
/**
* @param credentialsObject is a parametrization of a host
* @return whether the given credentials corresponds the same host
*/
public boolean isSameHost(@NotNull final Object credentialsObject) {
return false;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment