You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/12/21 06:29:52 UTC

[struts] 01/01: Merge pull request #194 from sdutry/sonar/string-optimize-single-characters

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit eddab32e7526ad2ad56a247988ab7e2655bccc9f
Merge: c4bd87e fb23b71
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Thu Dec 21 07:29:48 2017 +0100

    Merge pull request #194 from sdutry/sonar/string-optimize-single-characters
    
    used char instead of a single character string

 .../opensymphony/xwork2/config/entities/AllowedMethods.java  |  2 +-
 .../xwork2/util/GlobalLocalizedTextProvider.java             |  4 ++--
 .../xwork2/util/StrutsLocalizedTextProvider.java             |  8 ++++----
 .../com/opensymphony/xwork2/util/finder/ClassFinder.java     |  2 +-
 .../org/apache/struts2/components/ServletUrlRenderer.java    | 12 ++++++------
 .../struts2/components/template/BaseTemplateEngine.java      |  2 +-
 .../struts2/dispatcher/mapper/DefaultActionMapper.java       | 10 +++++-----
 .../dispatcher/multipart/AbstractMultiPartRequest.java       |  4 ++--
 .../org/apache/struts2/result/ServletDispatcherResult.java   |  4 ++--
 .../org/apache/struts2/result/ServletRedirectResult.java     |  2 +-
 .../src/main/java/org/apache/struts2/views/jsp/TagUtils.java |  2 +-
 .../struts2/views/velocity/components/AbstractDirective.java |  2 +-
 12 files changed, 27 insertions(+), 27 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.