You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2008/10/15 13:36:05 UTC

svn commit: r704865 - /myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java

Author: lofwyr
Date: Wed Oct 15 04:36:05 2008
New Revision: 704865

URL: http://svn.apache.org/viewvc?rev=704865&view=rev
Log:
TOBAGO-702: remove unused private method

Modified:
    myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java

Modified: myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java?rev=704865&r1=704864&r2=704865&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java (original)
+++ myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java Wed Oct 15 04:36:05 2008
@@ -314,10 +314,6 @@
     }
   }
 
-  private MethodExpression getMethodExpression2(FaceletContext faceletContext, Class returnType, Class[] args) {
-    return value.getMethodExpression(faceletContext, returnType, args);
-  }
-
   private void setConverter(FaceletContext faceletContext, UIComponent parent, String nameValue) {
     // in a composition may be we get the converter expression string from the current variable mapper
     // the expression can be empty