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:42:23 UTC

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

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

   * Use diamond type <>.
   * Remove unnecessary boxing.
   * Remove unnecessary unboxing.
   * Replace 'String.indexOf()' expression 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] juanpablo-santos merged pull request #195: [refactor] java improvements:

Posted by GitBox <gi...@apache.org>.
juanpablo-santos merged PR #195:
URL: https://github.com/apache/jspwiki/pull/195


-- 
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] juanpablo-santos commented on pull request #195: [refactor] java improvements:

Posted by GitBox <gi...@apache.org>.
juanpablo-santos commented on PR #195:
URL: https://github.com/apache/jspwiki/pull/195#issuecomment-1182499224

   merged in 2.11.3-git-09, thanks!


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