Fixed a typo in an exception message.
This commit is contained in:
parent
72423b682e
commit
ab0628c070
@ -181,7 +181,7 @@ public class MessageProtocol
|
||||
Message m = (Message)obj;
|
||||
messages.add(m);
|
||||
} catch( IOException e ) {
|
||||
throw new RuntimeException( "Error deserializing object, clas ID:" + buffer.getShort(0), e );
|
||||
throw new RuntimeException( "Error deserializing object, class ID:" + buffer.getShort(0), e );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user