am abaa88fd: Merge "[TestPrep18] Make class public for testing"

* commit 'abaa88fd4e33de54f3efd980ac0fef4935e439db':
  [TestPrep18] Make class public for testing
main
Kurt Partridge 2013-02-27 17:02:59 -08:00 committed by Android Git Automerger
commit a5070711d9
1 changed files with 1 additions and 1 deletions

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
* 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 boolean DEBUG = false && ProductionFlag.IS_EXPERIMENTAL_DEBUG;