mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 08:50:51 +01:00
@override added
This commit is contained in:
parent
17299bf160
commit
3feea72105
@ -20,7 +20,14 @@ public class ClientMessage {
|
|||||||
public int getMessageId() {
|
public int getMessageId() {
|
||||||
return this.header;
|
return this.header;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* @throws CloneNotSupportedException
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
public ClientMessage clone() throws CloneNotSupportedException {
|
public ClientMessage clone() throws CloneNotSupportedException {
|
||||||
return new ClientMessage(this.header, this.buffer.duplicate());
|
return new ClientMessage(this.header, this.buffer.duplicate());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user