mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fix return of Optional
This commit is contained in:
parent
226019be89
commit
a603c5e62c
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ public class MageServerImpl implements MageServer {
|
|||
} catch (Exception ex) {
|
||||
handleException(ex);
|
||||
}
|
||||
return null;
|
||||
return Optional.empty();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue