Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
068-classloader
/
src
/
SimpleBase.java
blob: fd56db9edad62cc436925d73f037ab398df5e20b [
file
] [
log
] [
blame
]
jeffhao
5d1ac92
2011-09-29 17:41:15 -0700
[
diff
] [
blame
]
1
// Copyright 2008 The Android Open Source Project
2
3
/**
4
* Simple, public base class.
5
*/
6
public
class
SimpleBase
{
7
public
SimpleBase
()
{}
8
}