aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr242797/case1/CMEFinder.java
blob: a7bb5f4b1cc374c51dc64db404499e7252971425 (plain)
1
2
3
4
5
6
7
8
9
import java.util.List;

public class CMEFinder extends OnetFinder<CMEStub, PartitionedCME, LocalizedCME, ContentModelElement>{
} 

class CMEStub {}
class PartitionedCME implements Partitioned{ }
class LocalizedCME implements Localized {}
class ContentModelElement extends OnetElement {}