You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Marcus Crafter <cr...@fztig938.bank.dresdner.net> on 2001/11/02 20:25:43 UTC

implementing.xml typo

Hi All,

	Hope all is well.

	In the avalon developers guide, there seems to be a small typo in the
	code demonstrating the use of a ComponentSelector. Diff is below.

	Cheers,

	Marcus

Index: implementing.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon/src/documentation/xdocs/developing/implementing.xml,v
retrieving revision 1.7
diff -u -r1.7 implementing.xml
--- implementing.xml	2001/10/30 16:16:43	1.7
+++ implementing.xml	2001/11/02 19:12:50
@@ -966,7 +966,7 @@
 
         if (dbSelector != null)
         {
-            this.manager.release(instancesdbSelector);
+            this.manager.release(dbSelector);
         }
     }
 }
-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   Managesoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'     Email : Marcus.Crafter@managesoft.com
          &&&&.        Business Hours : +49 69 9757 200
    &&&&&&&:

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: implementing.xml typo

Posted by Peter Donald <do...@apache.org>.
applied.

taah.

On Sat, 3 Nov 2001 06:25, Marcus Crafter wrote:
> Hi All,
>
> 	Hope all is well.
>
> 	In the avalon developers guide, there seems to be a small typo in the
> 	code demonstrating the use of a ComponentSelector. Diff is below.
>
> 	Cheers,
>
> 	Marcus
>
> Index: implementing.xml
> ===================================================================
> RCS file:
> /home/cvspublic/jakarta-avalon/src/documentation/xdocs/developing/implement
>ing.xml,v retrieving revision 1.7
> diff -u -r1.7 implementing.xml
> --- implementing.xml	2001/10/30 16:16:43	1.7
> +++ implementing.xml	2001/11/02 19:12:50
> @@ -966,7 +966,7 @@
>
>          if (dbSelector != null)
>          {
> -            this.manager.release(instancesdbSelector);
> +            this.manager.release(dbSelector);
>          }
>      }
>  }

-- 
Cheers,

Pete

---------------------------------------------------
"Marriage, Friends, Religon -- these are the demons 
you must slay in order to suceed in business.." 
                 -- Mr. Burns, The Simpsons 
---------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>