You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/08/03 16:49:01 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry/components ForBean.java

hlship      2005/08/03 07:49:01

  Modified:    framework/src/java/org/apache/tapestry/components
                        ForBean.java
  Log:
  Remove unneeded method call.
  
  Revision  Changes    Path
  1.3       +0 -2      jakarta-tapestry/framework/src/java/org/apache/tapestry/components/ForBean.java
  
  Index: ForBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/components/ForBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ForBean.java	2 Aug 2005 21:39:56 -0000	1.2
  +++ ForBean.java	3 Aug 2005 14:49:00 -0000	1.3
  @@ -342,8 +342,6 @@
   				return value;
   		}
   
  -		ExpressionEvaluator evaluator = getExpressionEvaluator();
  -		
   		// Iterate over the elements in 'source' and 'fullSource' until a primary key match is found
   		value = findPrimaryKeyMatch(primaryKey, PARAMETER_SOURCE);
   		if (value == null)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org