forked from gCubeSystem/common-smartgears-legacy
git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/branches/common/common-smartgears/2.1@149132 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4ba7f3225f
commit
b06b505453
|
@ -55,7 +55,7 @@ public class ProfileBuilder {
|
|||
|
||||
addSiteTo(node);
|
||||
|
||||
String ip = null;
|
||||
String ip = "not resolved";
|
||||
try {
|
||||
ip = InetAddress.getLocalHost().getHostAddress();
|
||||
} catch (UnknownHostException e) {
|
||||
|
|
Loading…
Reference in New Issue