You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/07/12 20:38:18 UTC

[jspwiki] branch master updated (843e6ed73 -> d3d54c88d)

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


    from 843e6ed73 Remove redundant member initializer.
     add d3d54c88d * Use diamond type <>. * Remove unnecessary boxing. * Remove unnecessary unboxing. * Replace 'String.indexOf()' expression with 'contains()'. * Replace 'for' loop with enhanced 'for' loop.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/wiki/auth/SecurityVerifier.java     |  5 +--
 .../wiki/auth/authorize/JDBCGroupDatabase.java     |  8 ++--
 .../wiki/auth/permissions/WikiPermission.java      | 29 ++++-----------
 .../wiki/parser/CreoleToJSPWikiTranslator.java     | 43 +++++++++-------------
 .../apache/wiki/parser/JSPWikiMarkupParser.java    |  9 ++---
 .../java/org/apache/wiki/parser/LinkParser.java    |  2 +-
 .../main/java/org/apache/wiki/tags/CookieTag.java  | 21 +++++------
 .../java/org/apache/wiki/tags/InsertDiffTag.java   |  2 +-
 .../org/apache/wiki/ui/admin/SimpleAdminBean.java  | 22 +++++------
 .../org/apache/wiki/util/CommentedProperties.java  |  7 ++--
 .../java/org/apache/wiki/util/PriorityList.java    |  4 +-
 .../org/apache/wiki/util/TimedCounterList.java     |  6 +--
 .../wiki/util/comparators/HumanComparator.java     |  8 ++--
 13 files changed, 67 insertions(+), 99 deletions(-)