summaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr154427/Authorization.java
blob: 76553f9388ee940cbafc4f82dc42cf5f683e7809 (plain)
1
2
3
4
public interface Authorization {
  boolean mayPerform(String user, String action);
}