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 2017/10/27 09:12:22 UTC

svn commit: r1813487 - /myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java

Author: tandraschko
Date: Fri Oct 27 09:12:21 2017
New Revision: 1813487

URL: http://svn.apache.org/viewvc?rev=1813487&view=rev
Log:
MYFACES-4167 checkstyle

Modified:
    myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java

Modified: myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java?rev=1813487&r1=1813486&r2=1813487&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java (original)
+++ myfaces/core/branches/2.3.x/impl/src/main/java/org/apache/myfaces/view/facelets/tag/composite/AttributeHandler.java Fri Oct 27 09:12:21 2017
@@ -340,7 +340,8 @@ public class AttributeHandler extends Ta
                         catch (ClassNotFoundException e)
                         {
                             log.log(Level.WARNING,
-                                    "composite:attribute 'type' with value'" + type + "' not resolveable. Fallback to string.",
+                                    "composite:attribute 'type' with value'" + type + "' not resolveable. "
+                                    + "Fallback to string.",
                                     e);
                         }
                     }