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 : [EMAIL PROTECTED]
&&&&. Business Hours : +49 69 9757 200
&&&&&&&:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>