summaryrefslogtreecommitdiff
path: root/tests/068-classloader/src/SimpleBase.java
blob: fd56db9edad62cc436925d73f037ab398df5e20b (plain)
1
2
3
4
5
6
7
8
// Copyright 2008 The Android Open Source Project

/**
 * Simple, public base class.
 */
public class SimpleBase {
    public SimpleBase() {}
}