You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/06/03 11:00:30 UTC

[myfaces] branch master updated: sonarcloud

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 40a192d  sonarcloud
40a192d is described below

commit 40a192d82041b2eeec8ae5ed4b2b27b0212953fb
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Jun 3 13:00:22 2020 +0200

    sonarcloud
---
 impl/src/main/java/org/apache/myfaces/util/WebXmlParser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/main/java/org/apache/myfaces/util/WebXmlParser.java b/impl/src/main/java/org/apache/myfaces/util/WebXmlParser.java
index cdb6b40..c0e93fe 100755
--- a/impl/src/main/java/org/apache/myfaces/util/WebXmlParser.java
+++ b/impl/src/main/java/org/apache/myfaces/util/WebXmlParser.java
@@ -170,7 +170,7 @@ public class WebXmlParser
         }
         catch (IOException e)
         {
-            LOGGER.log(Level.SEVERE, "Could not get web-fragment.xml's from ClassLoader", e);
+            LOGGER.log(Level.SEVERE, "Could not get web-fragment.xml\'s from ClassLoader", e);
         }
 
         return webFragmentXmlsErrorPages;