mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 08:50:51 +01:00
Merge branch 'patch-34' into 'dev'
@override added See merge request morningstar/Arcturus-Community!216
This commit is contained in:
commit
29c3dfbb49
@ -21,6 +21,13 @@ public class ClientMessage {
|
|||||||
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