comments to remind not to remove code not called from java; no code change

This commit is contained in:
Eric House 2012-10-22 19:29:05 -07:00
parent 8f4c0169b4
commit 80e2b8955e

View file

@ -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 );