Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 11, 2024
1 parent 4739ae9 commit 413b162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public ConfigExpressionParser(TagValueProducer tagValueProducer, ScriptEnvironme
*/
public static <I extends ScriptContext, O> ConfigExpression<I, O> parse(Object object,
TagValueProducer tagValueProducer, ScriptEnvironment<I> context, Class<O> outputClass) {
return new ConfigExpressionParser<>(tagValueProducer, context).parse(object, outputClass);
return new ConfigExpressionParser<>(tagValueProducer, context).parse(object, outputClass).simplify();
}

/**
Expand Down

0 comments on commit 413b162

Please sign in to comment.