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

Gavin King gavin.king at jboss.com
Thu Oct 26 13:42:23 EDT 2006


  User: gavin   
  Date: 06/10/26 13:42:23

  Modified:    src/main/org/jboss/seam/core  Expressions.java
  Log:
  EL in test harness
  
  Revision  Changes    Path
  1.6       +2 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Expressions.java	25 Oct 2006 15:14:35 -0000	1.5
  +++ Expressions.java	26 Oct 2006 17:42:23 -0000	1.6
  @@ -1,7 +1,8 @@
  -//$Id: Expressions.java,v 1.5 2006/10/25 15:14:35 gavin Exp $
  +//$Id: Expressions.java,v 1.6 2006/10/26 17:42:23 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  +import static org.jboss.seam.util.EL.*;
   
   import java.io.Serializable;
   
  
  
  



More information about the jboss-cvs-commits mailing list