You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ovidiu Predescu <ov...@cup.hp.com> on 2001/06/07 01:44:57 UTC

[PATCH] [C2] SQLTransformer.java minor fix

This fixes a minor typo.

Index: src/org/apache/cocoon/transformation/SQLTransformer.java
===================================================================
RCS file: /Repository/Cocoon2/src/org/apache/cocoon/transformation/SQLTransformer.java,v
retrieving revision 1.1.1.6
diff -u -I'\$Id:.*\$' -I'\$Author:.*\$' -I'\$Revision:.*\$' -r1.1.1.6 SQLTransformer.java
--- SQLTransformer.java	2001/06/05 17:53:31	1.1.1.6
+++ SQLTransformer.java	2001/06/06 23:43:39
@@ -111,7 +111,7 @@
     /**
      * Recycle this component
      */
-    public void recylce() {
+    public void recycle() {
         super.recycle();
         this.queries = null;
         this.current_value = null;


Greetings,
-- 
Ovidiu Predescu <ov...@cup.hp.com>
http://orion.nsr.hp.com/ (inside HP's firewall only)
http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


AW: [PATCH] [C2] SQLTransformer.java minor fix

Posted by Carsten Ziegeler <cz...@sundn.de>.
Thanks Ovidiu,

I applied your patch.


Carsten 

Open Source Group                        sunShine - b:Integrated
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                          mailto: cziegeler@sundn.de 
================================================================


> -----Ursprungliche Nachricht-----
> Von: ovidiu@orion.nsr.hp.com [mailto:ovidiu@orion.nsr.hp.com]Im Auftrag
> von Ovidiu Predescu
> Gesendet: Donnerstag, 7. Juni 2001 01:45
> An: Donald Ball; cocoon-dev@xml.apache.org
> Betreff: [PATCH] [C2] SQLTransformer.java minor fix
> 
> 
> This fixes a minor typo.
> 
> Index: src/org/apache/cocoon/transformation/SQLTransformer.java
> ===================================================================
> RCS file: 
> /Repository/Cocoon2/src/org/apache/cocoon/transformation/SQLTransf
> ormer.java,v
> retrieving revision 1.1.1.6
> diff -u -I'\$Id:.*\$' -I'\$Author:.*\$' -I'\$Revision:.*\$' 
> -r1.1.1.6 SQLTransformer.java
> --- SQLTransformer.java	2001/06/05 17:53:31	1.1.1.6
> +++ SQLTransformer.java	2001/06/06 23:43:39
> @@ -111,7 +111,7 @@
>      /**
>       * Recycle this component
>       */
> -    public void recylce() {
> +    public void recycle() {
>          super.recycle();
>          this.queries = null;
>          this.current_value = null;
> 
> 
> Greetings,
> -- 
> Ovidiu Predescu <ov...@cup.hp.com>
> http://orion.nsr.hp.com/ (inside HP's firewall only)
> http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, 
> other stuff)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org