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 [EMAIL PROTECTED] org.apache.commons.resources.Resources} instance with the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]