Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
024-illegal-access
/
src2
/
SemiPrivate.java
blob: cf6f8e6e1da92eba23af3ddc8db320ab305d9aa5 [
file
] [
log
] [
blame
]
jeffhao
5d1ac92
2011-09-29 17:41:15 -0700
[
diff
] [
blame
]
1
// Copyright 2006 The Android Open Source Project
2
3
/**
4
* Version with private access.
5
*/
6
public
class
SemiPrivate
{
7
private
static
String
mPrivvy
=
"stuff"
;
8
}