Add a debug variable
...that was missing Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
This commit is contained in:
parent
20973de72b
commit
a16621ada4
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue