You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/12/21 16:06:27 UTC

[GitHub] [commons-lang] FSchumacher opened a new pull request #679: Correct markup in javadoc for unbalanced braces

FSchumacher opened a new pull request #679:
URL: https://github.com/apache/commons-lang/pull/679


   Use `<code>{</code>` instead of `{@code {}`, as the latter one is
   invalid. It works in the current javadoc, as it is accompanied
   with the equally invalid closing statement `{@code }}`, which
   balances the used braces in the `{@code ...}` fragments and combines
   the first invalid statement with the last one.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-lang] coveralls commented on pull request #679: Correct markup in javadoc for unbalanced braces

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #679:
URL: https://github.com/apache/commons-lang/pull/679#issuecomment-749067348


   
   [![Coverage Status](https://coveralls.io/builds/35867600/badge)](https://coveralls.io/builds/35867600)
   
   Coverage remained the same at 95.016% when pulling **40c873aac47d1a071156ff3b6025d7f3518b7e3c on FSchumacher:javadoc-markup** into **d704c0dc70a2f861c043785822854b4a0605ac6b on apache:master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-lang] garydgregory merged pull request #679: Correct markup in Javadoc for unbalanced braces

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #679:
URL: https://github.com/apache/commons-lang/pull/679


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org