aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr259528/inc1/src/b/IsAdvised.java
blob: b24a80172d8cb40c93a8648ce2e39de83a7cb8bc (plain)
1
2
3
4
5
6
7
8
9
10
package b;

public class IsAdvised {

    public void doNothing() {} 
    public void doNothing2() {} 
    public void doNothing3() {} 
    public void doNothing4() {} 
    public void doNothing5() {} 
}