mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
@override added
This commit is contained in:
parent
17299bf160
commit
3feea72105
@ -21,6 +21,13 @@ public class ClientMessage {
|
||||
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