234235236237238239240
} if (StringUtils.equals(each.getConsoleIP(), currentIP) && each.getConsolePort() == port) { return each; } } return new NullSingleConsole(); }