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

/**
 * Common interface.
 */
public interface ICommon {
    public DoubledImplement getDoubledInstance();
}