blob: cc7f2d8b3fd4c7faaff190e77505a7183e7f231c [file] [log] [blame]
The Android Open Source Project2ad60cf2008-10-21 07:00:00 -07001// Copyright 2006 The Android Open Source Project
2
3/**
4 * Version with package scope access.
5 */
6public class SemiPrivate {
7 /* not private */ static String mPrivvy = "stuff";
8}
9