aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/pointcutdoctor-bug193065/Foo.java
blob: e49e33e7c1e93312621c632b094e42e57b1f06fa (plain)
1
2
3
4
5
6
7
8
9
public class Foo {
	public void method1() {
		
	}
	
	public void method2() {
		
	}
}