Skip to content

Commit

Permalink
Make clone to public method.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 24, 2019
1 parent e6f151e commit 0e89f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public boolean equals(Object obj)
* @return ChallengeLevel that is cloned from current object.
*/
@Override
protected ChallengeLevel clone()
public ChallengeLevel clone()
{
ChallengeLevel clone;

Expand Down

0 comments on commit 0e89f12

Please sign in to comment.