Peter Donald wrote:
> Hi,
>
> I had explicitly made these final so they could not be subclassed. Is
> there something that makes you think they need subclassing?
Yep (temporarily) - I just wanted to mark it up as non-final while I'm
playinbg around - thinking about attributes, playing with factories
versus sub-classing - testing stuff -etc.
Steve.
>
>
> At 11:14 PM 6/6/2002 +0000, you wrote:
>
>> mcconnell 2002/06/06 16:14:32
>>
>> Modified:
>> containerkit/src/java/org/apache/excalibur/containerkit/metainfo
>> DependencyDescriptor.java ServiceDescriptor.java
>> Log:
>> changed to non-final class
>>
>> Revision Changes Path
>> 1.4 +2 -2
>>
>jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metainfo/DependencyDescriptor.java
>
>>
>>
>> Index: DependencyDescriptor.java
>> ===================================================================
>> RCS file:
>>
>/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metainfo/DependencyDescriptor.java,v
>
>>
>> retrieving revision 1.3
>> retrieving revision 1.4
>> diff -u -r1.3 -r1.4
>> --- DependencyDescriptor.java 6 Jun 2002 03:04:50 -0000 1.3
>> +++ DependencyDescriptor.java 6 Jun 2002 23:14:32 -0000 1.4
>> @@ -32,9 +32,9 @@
>> * demands.</p>
>> *
>> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
>> - * @version $Revision: 1.3 $ $Date: 2002/06/06 03:04:50 $
>> + * @version $Revision: 1.4 $ $Date: 2002/06/06 23:14:32 $
>> */
>> -public final class DependencyDescriptor
>> +public class DependencyDescriptor
>> {
>> /**
>> * The name the component uses to lookup dependency.
>>
>>
>>
>> 1.5 +2 -2
>>
>jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metainfo/ServiceDescriptor.java
>
>>
>>
>> Index: ServiceDescriptor.java
>> ===================================================================
>> RCS file:
>>
>/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/metainfo/ServiceDescriptor.java,v
>
>>
>> retrieving revision 1.4
>> retrieving revision 1.5
>> diff -u -r1.4 -r1.5
>> --- ServiceDescriptor.java 6 Jun 2002 03:40:17 -0000 1.4
>> +++ ServiceDescriptor.java 6 Jun 2002 23:14:32 -0000 1.5
>> @@ -29,9 +29,9 @@
>> * upon to work in all containers.</p>
>> *
>> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
>> - * @version $Revision: 1.4 $ $Date: 2002/06/06 03:40:17 $
>> + * @version $Revision: 1.5 $ $Date: 2002/06/06 23:14:32 $
>> */
>> -public final class ServiceDescriptor
>> +public class ServiceDescriptor
>> {
>> /**
>> * The name of service class.
>>
>>
>>
>>
>> --
>> To unsubscribe, e-mail:
>> <mailto:[EMAIL PROTECTED]>
>> For additional commands, e-mail:
>> <mailto:[EMAIL PROTECTED]>
>
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
Stephen J. McConnell
OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>