[TestPrep18] Make class public for testing

Change-Id: I4b457f44dd6a5a595c61a62061ea02c251fa9ab1
This commit is contained in:
Kurt Partridge 2013-02-20 11:29:55 -08:00
parent 5ee261a990
commit 96d019f183

View file

@ -45,7 +45,7 @@ import java.util.List;
* will not violate the user's privacy. Checks for this may include whether other LogUnits have * will not violate the user's privacy. Checks for this may include whether other LogUnits have
* been published recently, or whether the LogUnit contains numbers, etc. * been published recently, or whether the LogUnit contains numbers, etc.
*/ */
/* package */ class LogUnit { public class LogUnit {
private static final String TAG = LogUnit.class.getSimpleName(); private static final String TAG = LogUnit.class.getSimpleName();
private static final boolean DEBUG = false && ProductionFlag.IS_EXPERIMENTAL_DEBUG; private static final boolean DEBUG = false && ProductionFlag.IS_EXPERIMENTAL_DEBUG;