blob: cc7f2d8b3fd4c7faaff190e77505a7183e7f231c [file] [log] [blame]
// Copyright 2006 The Android Open Source Project
/**
* Version with package scope access.
*/
public class SemiPrivate {
/* not private */ static String mPrivvy = "stuff";
}