mpoeschl    2003/02/23 14:25:00

  Modified:    src/java/org/apache/turbine/services/resources
                        TurbineResources.java
  Log:
  TurbineResources is deprecated
  
  Revision  Changes    Path
  1.10      +4 -6      
jakarta-turbine-2/src/java/org/apache/turbine/services/resources/TurbineResources.java
  
  Index: TurbineResources.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/resources/TurbineResources.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TurbineResources.java     12 Feb 2003 17:50:13 -0000      1.9
  +++ TurbineResources.java     23 Feb 2003 22:24:59 -0000      1.10
  @@ -61,11 +61,8 @@
   import org.apache.turbine.Turbine;
   
   /**
  - * <p>This is a static class for defining the default Turbine configuration
  - * keys used by core Turbine components.</p>
  - * <p>It also extends the basic static accessor class to the
  - * <code>ResourcesService</code> so that you directly access the
  - * properties through this class</p>
  + * This is a static class for defining the default Turbine configuration
  + * keys used by core Turbine components.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Greg Ritter</a>
  @@ -73,6 +70,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Henning P. Schmiedehausen</a>
    * @version $Id$
  + * @deprecated as of Turbine 2.2 use Turbine.getConfiguration()
    */
   public abstract class TurbineResources
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to