The Javadoc of org.springframework.context.support.MessageSourceSupport class contains unreadable piece of text for method setAlwaysUseMessageFormat(boolean).
We need to replace """ with "''"
.
Comment From: sbrannen
Good catch.
The font used in the generated HTML does indeed make it difficult to discern that there are two single quotes. They are there, but the human eye practically cannot detect that.
This has been merged into main
.
Thanks
Comment From: sbrannen
It would be nice if "true" and "false" were also expressed as code tags. And
MessageFormat
appears several times during the explanation, and it would be good if its were expressed consistently with code tag.
@cuspymd, I agree and made those changes in 7316dc726ab1fdc06b868cfe99ec55051e9fffd5.