Skip to content

Commit

Permalink
removed short name that possibly was causing barclay issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Mar 31, 2022
1 parent 38469c3 commit ebb1abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class JexlExpressionReadTagValueFilter extends ReadFilter {
private static final long serialVersionUID = 1L;
private static final Logger logger = LogManager.getLogger(JexlExpressionReadTagValueFilter.class);

@Argument(fullName=ReadFilterArgumentDefinitions.READ_FILTER_EXPRESSION_LONG_NAME, shortName="filter", doc="One or more JEXL expressions used to filter", optional=false)
@Argument(fullName=ReadFilterArgumentDefinitions.READ_FILTER_EXPRESSION_LONG_NAME, doc="One or more JEXL expressions used to filter", optional=false)
public List<String> filterExpressions = new ArrayList<>();

private Lazy<List<Expression>> jexlExprs = new Lazy<>(() -> {
Expand Down

0 comments on commit ebb1abd

Please sign in to comment.