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