mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
cleanup: use constants
This commit is contained in:
parent
8e399ef9b7
commit
90e7cbd2ed
1 changed files with 2 additions and 2 deletions
|
@ -537,7 +537,7 @@ public class GameUtils {
|
|||
int gameID, String gameName,
|
||||
boolean isHost )
|
||||
{
|
||||
long rowid = -1;
|
||||
long rowid = DBUtils.ROWID_NOTFOUND;
|
||||
|
||||
Assert.assertNotNull( inviteID );
|
||||
CurGameInfo gi = new CurGameInfo( context, inviteID );
|
||||
|
@ -608,7 +608,7 @@ public class GameUtils {
|
|||
int nPlayersT, int nPlayersH,
|
||||
int forceChannel, String gameName )
|
||||
{
|
||||
long rowid = -1;
|
||||
long rowid = DBUtils.ROWID_NOTFOUND;
|
||||
int[] langa = { lang };
|
||||
String[] dicta = { dict };
|
||||
boolean isHost = null == addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue