mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
comments to remind not to remove code not called from java; no code change
This commit is contained in:
parent
8f4c0169b4
commit
80e2b8955e
1 changed files with 2 additions and 0 deletions
|
@ -1045,6 +1045,7 @@ public class DBUtils {
|
|||
}
|
||||
}
|
||||
|
||||
// Called from jni
|
||||
public static String dictsGetMD5Sum( Context context, String name )
|
||||
{
|
||||
DictInfo info = dictsGetInfo( context, name );
|
||||
|
@ -1052,6 +1053,7 @@ public class DBUtils {
|
|||
return result;
|
||||
}
|
||||
|
||||
// Called from jni
|
||||
public static void dictsSetMD5Sum( Context context, String name, String sum )
|
||||
{
|
||||
initDB( context );
|
||||
|
|
Loading…
Reference in a new issue