You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/11/23 02:35:00 UTC

svn commit: r348339 - /jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java

Author: niallp
Date: Tue Nov 22 17:34:52 2005
New Revision: 348339

URL: http://svn.apache.org/viewcvs?rev=348339&view=rev
Log:
Remove get/setServletContext() methods inherited from WebappResourcesFactoryBase

Modified:
    jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java

Modified: jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java?rev=348339&r1=348338&r2=348339&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java (original)
+++ jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/WebappPropertyResourcesFactory.java Tue Nov 22 17:34:52 2005
@@ -49,32 +49,6 @@
  */
 public class WebappPropertyResourcesFactory extends WebappResourcesFactoryBase {
 
-    /**
-     * <p>Return the <code>ServletContext</code> instance for
-     * resolving our resources references.</p>
-     * @return The Servlet Context.
-     */
-    public ServletContext getServletContext() {
-
-        return (this.servletContext);
-
-    }
-
-
-    /**
-     * <p>Set the <code>ServletContext</code> instance for
-     * resolving our resources references.</p>
-     * @param servletContext The Servlet Context.
-     */
-    public void setServletContext(ServletContext servletContext) {
-
-        this.servletContext = servletContext;
-
-    }
-
-
-    // ------------------------------------------------------ Protected Methods
-
 
     /**
      * <p>Create and return a new {@link org.apache.commons.resources.Resources} instance with the



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