[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting/gwt ...

Shane Bryzak sbryzak at redhat.com
Mon Oct 15 21:16:50 EDT 2007


  User: sbryzak2
  Date: 07/10/15 21:16:50

  Modified:    src/remoting/org/jboss/seam/remoting/gwt  GWT13Service.java
  Log:
  deprecated gwt 1.3 support
  
  Revision  Changes    Path
  1.2       +1 -0      jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT13Service.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GWT13Service.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT13Service.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- GWT13Service.java	16 Oct 2007 00:51:39 -0000	1.1
  +++ GWT13Service.java	16 Oct 2007 01:16:50 -0000	1.2
  @@ -25,6 +25,7 @@
   @Name("org.jboss.seam.remoting.gwt.gwtRemoteService")
   @Install(value = false, precedence = BUILT_IN, classDependencies = {"com.google.gwt.user.client.rpc.RemoteService"})
   @BypassInterceptors
  + at Deprecated
   public class GWT13Service extends GWTService
   {
      private static final String SERIALIZABLE_TYPE_CLASS = "com.google.gwt.user.server.rpc.impl.ServerSerializableTypeOracleImpl";
  
  
  



More information about the jboss-cvs-commits mailing list