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

Gavin King gavin.king at jboss.com
Tue Jun 19 16:08:13 EDT 2007


  User: gavin   
  Date: 07/06/19 16:08:13

  Modified:    src/main/org/jboss/seam/framework  Query.java
  Log:
  more repackaging
  
  Revision  Changes    Path
  1.34      +2 -2      jboss-seam/src/main/org/jboss/seam/framework/Query.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Query.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/Query.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- Query.java	19 Jun 2007 19:02:34 -0000	1.33
  +++ Query.java	19 Jun 2007 20:08:13 -0000	1.34
  @@ -10,7 +10,7 @@
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Transactional;
   import org.jboss.seam.core.Expressions.ValueExpression;
  -import org.jboss.seam.faces.JsfProvider;
  +import org.jboss.seam.faces.DataModels;
   import org.jboss.seam.persistence.QueryParser;
   
   /**
  @@ -64,7 +64,7 @@
      {
         if (dataModel==null)
         {
  -         dataModel = JsfProvider.instance().getDataModel(this);
  +         dataModel = DataModels.instance().getDataModel(this);
         }
         return dataModel;
      }
  
  
  



More information about the jboss-cvs-commits mailing list