GitHub user sebkur opened a pull request:
https://github.com/apache/commons-lang/pull/233
Fix a few broken @literal tags
The Javadoc of SystemDefaultsSwitch contains some broken `@literal` tags.
Instead of `{@literal @}` to insert an '@' into the HTML, `{@literal@}`
without the space is used, which does not work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bug-bulletin-forks/commons-lang
fix-broken-literal-tags
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/233.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #233
----
commit 755c9a40126bae488ae1122e8ea7e165f80af646
Author: Sebastian Kürten <[email protected]>
Date: 2017-02-04T17:57:53Z
Fix a few broken @literal tags
The Javadoc of SystemDefaultsSwitch contains some broken @literal tags.
Instead of {@literal @} to insert a '@' into the HTML, {@literal@}
without the space is used, which does not work.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---