Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
6de420230b721c131b4c6dab35dd24d88a7bf98c
/
.
/
test
/
068-classloader
/
src
/
Useless.java
blob: f51d9a8f0fe1932af6dbc0d4d11d43cdc2dd0192 [
file
] [
log
] [
blame
]
jeffhao
5d1ac92
2011-09-29 17:41:15 -0700
[
diff
] [
blame
]
1
2
public
class
Useless
implements
ICommon
{
3
public
DoubledImplement
getDoubledInstance
()
{
return
null
;
}
4
}