This commit is contained in:
Tadgh 2023-05-01 12:08:43 -07:00
parent 9c1d235f90
commit fa8244235e
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@ public class TokenPredicateBuilder extends BaseSearchParamPredicateBuilder {
TokenParamModifier modifier = null;
for (IQueryParameterType nextParameter : theParameters) {
String code;
String system;
if (nextParameter instanceof TokenParam) {