blob: fd56db9edad62cc436925d73f037ab398df5e20b [file] [log] [blame]
// Copyright 2008 The Android Open Source Project
/**
* Simple, public base class.
*/
public class SimpleBase {
public SimpleBase() {}
}