Closed cmarchand closed 5 years ago
ConfigUtil.buildWhen(...) throws an InvalidSyntaxException if a <tee /> is present. This is correct. But in schema, TWhen allows a tee, which is not correct.
ConfigUtil.buildWhen(...)
InvalidSyntaxException
<tee />
TWhen
tee
Corrected in 1.04.00
ConfigUtil.buildWhen(...)
throws anInvalidSyntaxException
if a<tee />
is present. This is correct. But in schema,TWhen
allows atee
, which is not correct.