[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

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


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

  Modified:    src/main/org/jboss/seam/core  ResourceLoader.java
  Log:
  lots of new javadoc
  
  Revision  Changes    Path
  1.2       +6 -0      jboss-seam/src/main/org/jboss/seam/core/ResourceLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ResourceLoader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ResourceLoader.java	21 Jun 2007 04:07:14 -0000	1.1
  +++ ResourceLoader.java	21 Jun 2007 05:27:27 -0000	1.2
  @@ -14,6 +14,12 @@
   import org.jboss.seam.contexts.ServletLifecycle;
   import org.jboss.seam.util.Resources;
   
  +/**
  + * Access to application resources.
  + * 
  + * @author Gavin King
  + *
  + */
   @Scope(ScopeType.STATELESS)
   @BypassInterceptors
   @Install(precedence=BUILT_IN)
  
  
  



More information about the jboss-cvs-commits mailing list