mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'patch-34' into 'dev'
@override added See merge request morningstar/Arcturus-Community!216
This commit is contained in:
commit
29c3dfbb49
@ -20,7 +20,14 @@ public class ClientMessage {
|
||||
public int getMessageId() {
|
||||
return this.header;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* @throws CloneNotSupportedException
|
||||
*/
|
||||
@Override
|
||||
public ClientMessage clone() throws CloneNotSupportedException {
|
||||
return new ClientMessage(this.header, this.buffer.duplicate());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user