merge master
This commit is contained in:
parent
0dc6339f64
commit
66fa9e0d60
|
@ -1,7 +1,8 @@
|
||||||
package ca.uhn.fhir.rest.server.interceptor.auth;
|
package ca.uhn.fhir.rest.server.interceptor.auth;
|
||||||
|
|
||||||
public final class OperationRuleUtil {
|
public final class OperationRuleTestUtil {
|
||||||
private OperationRuleUtil() {}
|
private OperationRuleTestUtil() {}
|
||||||
|
|
||||||
public static String getOperationName(IAuthRule theRule) {
|
public static String getOperationName(IAuthRule theRule) {
|
||||||
return ((OperationRule)theRule).getOperationName();
|
return ((OperationRule)theRule).getOperationName();
|
||||||
}
|
}
|
Loading…
Reference in New Issue