You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by GitBox <gi...@apache.org> on 2022/06/23 19:34:51 UTC

[GitHub] [jspwiki] arturobernalg opened a new pull request, #194: [refactor] java improvements:

arturobernalg opened a new pull request, #194:
URL: https://github.com/apache/jspwiki/pull/194

   * Use diamond type <>.
   * Remove unnecessary boxing.
   * Remove unnecessary unboxing.
   * Replace 'String.indexOf()' with 'contains()'
   * Replace 'for' loop with enhanced 'for' loop.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jspwiki.apache.org

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


[GitHub] [jspwiki] arturobernalg closed pull request #194: [refactor] java improvements:

Posted by GitBox <gi...@apache.org>.
arturobernalg closed pull request #194: [refactor] java  improvements:
URL: https://github.com/apache/jspwiki/pull/194


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@jspwiki.apache.org

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