merge master

This commit is contained in:
Ken Stevens 2021-12-06 10:57:40 -05:00
parent 0dc6339f64
commit 66fa9e0d60
1 changed files with 3 additions and 2 deletions

View File

@ -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();
}