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:[EMAIL PROTECTED]";>Rafal Krzewski</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to