forked from External/mage
excessive lambda usage
This commit is contained in:
parent
8b31333d9d
commit
b3dc0f5eca
9 changed files with 31 additions and 30 deletions
|
|
@ -37,7 +37,7 @@ public final class LocalCommands {
|
|||
return false;
|
||||
}
|
||||
|
||||
final String serverAddress = SessionHandler.getSession().getServerHostname().orElseGet(() -> "");
|
||||
final String serverAddress = SessionHandler.getSession().getServerHostname().orElse("");
|
||||
Optional<String> response = Optional.empty();
|
||||
|
||||
String command = st.nextToken();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue