Sign in
android
/
platform
/
dalvik.git
/
refs/heads/eclair-release
/
.
/
tests
/
068-classloader
/
src
/
SimpleBase.java
blob: 5e1fb5aa30ceb2f89d2619010fb557a1551da36b [
file
] [
edit
]
// Copyright 2008 The Android Open Source Project
/**
* Simple, public base class.
*/
public
class
SimpleBase
{
public
SimpleBase
()
{}
}