mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
make String private
This commit is contained in:
parent
05e82d4ee7
commit
ee0caad464
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class MultiService {
|
|||
public static final String NPLAYERST = "NPLAYERST";
|
||||
public static final String NPLAYERSH = "NPLAYERSH";
|
||||
public static final String INVITER = "INVITER";
|
||||
public static final String OWNER = "OWNER";
|
||||
private static final String OWNER = "OWNER";
|
||||
public static final String BT_NAME = "BT_NAME";
|
||||
public static final String BT_ADDRESS = "BT_ADDRESS";
|
||||
private static final String NLI_DATA = "nli";
|
||||
|
|
Loading…
Reference in a new issue