mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
fix to compile! (bad commit)
This commit is contained in:
parent
e6cb693c3c
commit
b17dfc91cc
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class MultiService {
|
|||
|
||||
public static boolean isMissingDictBundle( Bundle args )
|
||||
{
|
||||
result = args.getBoolean( FOR_MISSING_DICT, false );
|
||||
boolean result = args.getBoolean( FOR_MISSING_DICT, false );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue