You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2001/06/19 01:43:42 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/util TurbineConfig.java

jmcnally    01/06/18 16:43:42

  Modified:    src/java/org/apache/turbine/util TurbineConfig.java
  Log:
  added an unimplemented 2.3 method
  
  Revision  Changes    Path
  1.22      +14 -1     jakarta-turbine/src/java/org/apache/turbine/util/TurbineConfig.java
  
  Index: TurbineConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/util/TurbineConfig.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- TurbineConfig.java	2001/06/14 15:13:11	1.21
  +++ TurbineConfig.java	2001/06/18 23:43:41	1.22
  @@ -100,7 +100,7 @@
    * @author <a href="mailto:krzewski@e-point.pl">Rafal Krzewski</a>
    * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
    * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
  - * @version $Id: TurbineConfig.java,v 1.21 2001/06/14 15:13:11 jvanzyl Exp $
  + * @version $Id: TurbineConfig.java,v 1.22 2001/06/18 23:43:41 jmcnally Exp $
    */
   public class TurbineConfig implements ServletConfig, ServletContext
   {
  @@ -434,6 +434,19 @@
        * @deprecated
        */
       public Set getResourcePaths()
  +    {
  +        throw new UnsupportedOperationException();
  +    }
  +
  +    /**
  +     * Not implemented.
  +     *
  +     * A method in ServletConfig or ServletContext interface that is not
  +     * implemented and will throw <code>UnsuportedOperationException</code>
  +     * upon invocation
  +     * @deprecated
  +     */
  +    public Set getResourcePaths(String s)
       {
           throw new UnsupportedOperationException();
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org