You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Kurt Schrader <ks...@engin.umich.edu> on 2001/07/11 07:16:25 UTC

[PATCH] Fixing FluxError for 2.2

Let the patching begin :-)

Index: FluxError.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-
flux/src/java/org/apache/turbine/flux/modules/screens/FluxError.java,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 FluxError.java
--- FluxError.java      2001/03/26 00:49:41     1.1.1.1
+++ FluxError.java      2001/07/11 05:12:50
@@ -56,7 +56,7 @@

  import org.apache.velocity.context.Context;

-import org.apache.turbine.modules.screens.VelocityErrorScreen;
+import org.apache.turbine.modules.screens.Error;
  import org.apache.turbine.services.resources.TurbineResources;
  import org.apache.turbine.services.velocity.TurbineVelocity;
  import org.apache.turbine.util.RunData;
@@ -67,7 +67,7 @@
   *
   * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
   */
-public class FluxError extends VelocityErrorScreen
+public class FluxError extends Error
  {
  }

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