Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
e323a10e
Commit
e323a10e
authored
6 years ago
by
Viuginov Nickolay
Browse files
Options
Download
Email Patches
Plain Diff
fixes according the review
IDEA-CR-35137 RUBY-22120
parent
953325d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/xdebugger-impl/src/com/intellij/xdebugger/attach/EnvironmentAwareHost.java
+5
-1
...c/com/intellij/xdebugger/attach/EnvironmentAwareHost.java
with
5 additions
and
1 deletion
+5
-1
platform/xdebugger-impl/src/com/intellij/xdebugger/attach/EnvironmentAwareHost.java
+
5
-
1
View file @
e323a10e
...
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help