You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/04/10 12:23:21 UTC

svn commit: r646730 - /myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java

Author: bommel
Date: Thu Apr 10 03:23:05 2008
New Revision: 646730

URL: http://svn.apache.org/viewvc?rev=646730&view=rev
Log:
(TOBAGO-637) Generate Components, JSP Tags from annotations

generating the other tags


Modified:
    myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java

Modified: myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java?rev=646730&r1=646729&r2=646730&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java (original)
+++ myfaces/tobago/trunk/tobago-jsf-compat/src/main/java/org/apache/myfaces/tobago/compat/FacesUtils.java Thu Apr 10 03:23:05 2008
@@ -96,9 +96,8 @@
         } else {
           if (LOG.isDebugEnabled()) {
             LOG.debug("Did not found InvokeOnComponent " + child.getClass().getName() + " "
-                + child.getClientId(context) + " "
-                + child.getRendererType() +
-                (child.getParent() != null ? child.getParent().getClass().getName() : "null"));
+                + child.getClientId(context) + " " + child.getRendererType()
+                + (child.getParent() != null ? child.getParent().getClass().getName() : "null"));
           }
         }
       } else {