Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
The Eclipse Integrated Computational Environment
ice
Commits
3ac93848
Commit
3ac93848
authored
Nov 30, 2016
by
Robert Smith
Browse files
Merge branch '2.2.2' of
https://github.com/eclipse/ice
into 2.2.2
parents
90fdfca5
ec2e3d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteAction.java
View file @
3ac93848
...
...
@@ -84,16 +84,6 @@ public abstract class RemoteAction extends Action {
// specified
// a connection to the provided host
for
(
IRemoteConnection
c
:
connectionType
.
getConnections
())
{
// String connectionHost = c
// .getService(IRemoteConnectionHostService.class)
// .getHostname();
//
// String a = InetAddress.getByName(host).getHostAddress();
// String b = InetAddress.getByName(connectionHost)
// .getHostAddress();
//
// c.getName()
if
(
host
.
equals
(
c
.
getName
()))
{
connection
=
c
;
...
...
Write
Preview
Markdown
is supported
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