summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR278496_4/base/src/foo/MyClass.java
blob: 829bff4a8d44da3beda8ec892a9fe04246fe76b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package foo;

/**
 * @author Sian
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class MyClass {

	
	public static void main(String[] args) {
		
	}
	
	public void method1() {}
	
	public void method2() {}
}