Merge "Fix build break."

This commit is contained in:
Marc Blank 2010-09-30 11:21:22 -07:00 committed by Android (Google) Code Review
commit 624081f373
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import java.util.Hashtable;
public class Serializer {
private static final String TAG = "Serializer";
private final boolean logging = Email.DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
private boolean logging = Email.DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
private static final int NOT_PENDING = -1;