Skip to content

Commit 683a13b

Browse files
committed
updated to protected variable
1 parent 2329805 commit 683a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/client/src/main/java/zingg/common/client/MatchType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class MatchType implements IMatchType, Serializable{
1111

1212
private static final long serialVersionUID = 1L;
13-
public String name;
13+
protected String name;
1414

1515
public MatchType(){
1616

0 commit comments

Comments
 (0)