am e98fc403: Remove STOPSHIP

Merge commit 'e98fc403ac8b63836e055a2fffd024e495b7bd8e' into froyo-plus-aosp

* commit 'e98fc403ac8b63836e055a2fffd024e495b7bd8e':
  Remove STOPSHIP
This commit is contained in:
Makoto Onuki 2010-05-18 16:18:06 -07:00 committed by Android Git Automerger
commit 839c6d08b6

View File

@ -53,8 +53,7 @@ import java.util.LinkedList;
public class MimeStreamParser { public class MimeStreamParser {
private static final Log log = LogFactory.getLog(MimeStreamParser.class); private static final Log log = LogFactory.getLog(MimeStreamParser.class);
// STOPSHIP - DO NOT RELEASE AS 'TRUE' private static final boolean DEBUG_LOG_MESSAGE = false; //DO NOT RELEASE AS 'TRUE'
private static final boolean DEBUG_LOG_MESSAGE = false;
private static BitSet fieldChars = null; private static BitSet fieldChars = null;