Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8add92dcf59568c72c17e9a979948b1a7a0b1264
/
.
/
test
/
068-classloader
/
src
/
SimpleBase.java
blob: fd56db9edad62cc436925d73f037ab398df5e20b [
file
] [
log
] [
blame
]
// Copyright 2008 The Android Open Source Project
/**
* Simple, public base class.
*/
public
class
SimpleBase
{
public
SimpleBase
()
{}
}