Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
d36c52ea6bc22883ef381f6da1ac05ef7524f63a
/
.
/
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
}