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

Gavin King gavin.king at jboss.com
Thu Jun 21 01:27:29 EDT 2007


  User: gavin   
  Date: 07/06/21 01:27:29

  Modified:    src/remoting/org/jboss/seam/remoting  Remoting.java
  Log:
  lots of new javadoc
  
  Revision  Changes    Path
  1.5       +6 -0      jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Remoting.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Remoting.java	20 Jun 2007 17:47:20 -0000	1.4
  +++ Remoting.java	21 Jun 2007 05:27:29 -0000	1.5
  @@ -24,6 +24,12 @@
   import org.jboss.seam.log.Logging;
   import org.jboss.seam.servlet.AbstractResource;
   
  +/**
  + * Serves JavaScript implementation of Seam Remoting
  + * 
  + * @author Shane Bryzak
  + *
  + */
   @Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.remoting.remoting")
  
  
  



More information about the jboss-cvs-commits mailing list