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