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

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/poker/src/org/jboss/seam/example/poker 
                        PlayerLocal.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/remoting/poker/src/org/jboss/seam/example/poker/PlayerLocal.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PlayerLocal.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/poker/src/org/jboss/seam/example/poker/PlayerLocal.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PlayerLocal.java	11 Oct 2006 04:43:22 -0000	1.1
  +++ PlayerLocal.java	25 Jun 2007 23:20:38 -0000	1.2
  @@ -1,6 +1,6 @@
   package org.jboss.seam.example.poker;
   
  -import org.jboss.seam.annotations.WebRemote;
  +import org.jboss.seam.annotations.remoting.WebRemote;
   
   /**
    * Local interface for player actions
  
  
  



More information about the jboss-cvs-commits mailing list