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

Gavin King gavin.king at jboss.com
Mon Jun 25 19:20:38 EDT 2007


  User: gavin   
  Date: 07/06/25 19:20:38

  Modified:    examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom 
                        ChatRoomActionWebRemote.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatRoomActionWebRemote.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChatRoomActionWebRemote.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatRoomActionWebRemote.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ChatRoomActionWebRemote.java	26 May 2006 01:54:30 -0000	1.1
  +++ ChatRoomActionWebRemote.java	25 Jun 2007 23:20:38 -0000	1.2
  @@ -3,7 +3,7 @@
   import java.util.Set;
   import javax.ejb.Local;
   
  -import org.jboss.seam.annotations.WebRemote;
  +import org.jboss.seam.annotations.remoting.WebRemote;
   
   @Local
   public interface ChatRoomActionWebRemote {
  
  
  



More information about the jboss-cvs-commits mailing list