[jboss-cvs] jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom ...

Gavin King gavin.king at jboss.com
Mon Feb 26 16:01:27 EST 2007


  User: gavin   
  Date: 07/02/26 16:01:27

  Modified:    examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom 
                        ChatroomUsers.java
  Log:
  get rid of create-true
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChatroomUsers.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ChatroomUsers.java	6 Jun 2006 20:00:21 -0000	1.1
  +++ ChatroomUsers.java	26 Feb 2007 21:01:27 -0000	1.2
  @@ -16,7 +16,7 @@
   @Scope(ScopeType.STATELESS)
   public class ChatroomUsers
   {
  -   @In(create=true) 
  +   @In
      private transient PojoCache pojoCache;
      
      @Unwrap
  
  
  



More information about the jboss-cvs-commits mailing list