Make clone to public method.

This commit is contained in:
BONNe 2019-04-25 00:39:21 +03:00
parent e6f151ef89
commit 0e89f1216d
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ public class ChallengeLevel implements DataObject, Comparable<ChallengeLevel>
* @return ChallengeLevel that is cloned from current object.
*/
@Override
protected ChallengeLevel clone()
public ChallengeLevel clone()
{
ChallengeLevel clone;