summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr86903/GenericService.java
blob: 3c695087518951056086cbda192672edd1f19f8c (plain)
1
2
3
4
public interface GenericService {
    public abstract void setContext(String localCtx);
}