blob: cf6f8e6e1da92eba23af3ddc8db320ab305d9aa5 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// Copyright 2006 The Android Open Source Project
2
3/**
4 * Version with private access.
5 */
6public class SemiPrivate {
7 private static String mPrivvy = "stuff";
8}