You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/01/13 17:02:38 UTC

svn commit: r368764 - /incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java

Author: snoopdave
Date: Fri Jan 13 08:02:33 2006
New Revision: 368764

URL: http://svn.apache.org/viewcvs?rev=368764&view=rev
Log:
restoring previous inheritance for preview servlet

Modified:
    incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java

Modified: incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java?rev=368764&r1=368763&r2=368764&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/velocity/PreviewServlet.java Fri Jan 13 08:02:33 2006
@@ -30,7 +30,7 @@
  * @web.servlet-init-param name="properties" value="/WEB-INF/velocity.properties"
  * @web.servlet-mapping url-pattern="/preview/*"
  */
-public class PreviewServlet extends PageServlet {
+public class PreviewServlet extends BasePageServlet {
     
     private static Log mLogger = LogFactory.getLog(PreviewServlet.class);