Add a debug variable

...that was missing

Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
main
Jean Chalard 2011-08-24 21:36:18 +09:00
parent 20973de72b
commit a16621ada4
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import java.util.Locale;
*/ */
public class BinaryDictionaryFileDumper { public class BinaryDictionaryFileDumper {
private static final String TAG = BinaryDictionaryFileDumper.class.getSimpleName(); private static final String TAG = BinaryDictionaryFileDumper.class.getSimpleName();
private static final boolean DEBUG = false;
/** /**
* The size of the temporary buffer to copy files. * The size of the temporary buffer to copy files.