Small formatting change.
This commit is contained in:
parent
d241a9a235
commit
0bfabacef6
@ -184,7 +184,7 @@ public class RpcConnection {
|
|||||||
|
|
||||||
if( log.isLoggable(Level.FINEST) ) {
|
if( log.isLoggable(Level.FINEST) ) {
|
||||||
log.log(Level.FINEST, "handleMessage({0})", msg);
|
log.log(Level.FINEST, "handleMessage({0})", msg);
|
||||||
}
|
}
|
||||||
RpcHandler handler = handlers.get(msg.getObjectId());
|
RpcHandler handler = handlers.get(msg.getObjectId());
|
||||||
try {
|
try {
|
||||||
if( handler == null ) {
|
if( handler == null ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user