[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Thu Oct 19 18:12:37 EDT 2006


  User: gavin   
  Date: 06/10/19 18:12:37

  Modified:    src/main/org/jboss/seam/core  Expressions.java
  Log:
  fix bug
  
  Revision  Changes    Path
  1.4       +11 -1     jboss-seam/src/main/org/jboss/seam/core/Expressions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Expressions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Expressions.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Expressions.java	14 Oct 2006 18:27:34 -0000	1.3
  +++ Expressions.java	19 Oct 2006 22:12:37 -0000	1.4
  @@ -1,4 +1,4 @@
  -//$Id: Expressions.java,v 1.3 2006/10/14 18:27:34 gavin Exp $
  +//$Id: Expressions.java,v 1.4 2006/10/19 22:12:37 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -68,6 +68,11 @@
               return cachedValueBinding;
            }
            
  +         public String toString()
  +         {
  +            return getExpressionString();
  +         }
  +      
         };
      }
      
  @@ -102,6 +107,11 @@
               return cachedMethodBinding;
            }
         
  +         public String toString()
  +         {
  +            return getExpressionString();
  +         }
  +      
         };
         
      }
  
  
  



More information about the jboss-cvs-commits mailing list