mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
cleanup
This commit is contained in:
parent
75398389b3
commit
a939c9ec4b
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ public class JNIUtilsImpl implements JNIUtils {
|
|||
|
||||
public String getMD5SumFor( String dictName, byte[] bytes )
|
||||
{
|
||||
DbgUtils.logf( "dictName(%H)", bytes );
|
||||
String result = null;
|
||||
if ( null == bytes ) {
|
||||
result = DBUtils.dictsGetMD5Sum( m_context, dictName );
|
||||
|
|
Loading…
Add table
Reference in a new issue