aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata/binaryParents/TestD/SimpleClass1.java
blob: a3da1f41973fc163197c23945617fca8c4d39629 (plain)
1
2
3
public class SimpleClass1 {
  public Integer getInteger() { return new Integer(42);}
}