blob: fd56db9edad62cc436925d73f037ab398df5e20b [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// Copyright 2008 The Android Open Source Project
2
3/**
4 * Simple, public base class.
5 */
6public class SimpleBase {
7 public SimpleBase() {}
8}