jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components AbstractHomer.java,1.5,1.6 AbstractMarge.java,1.4,1.5

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20590/container/tck/impl/src/java/org/jicarilla/container/tck/components

Modified Files:
	AbstractHomer.java AbstractMarge.java 
Log Message:
Initial support for dna.

Index: AbstractHomer.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/AbstractHomer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- AbstractHomer.java	23 Mar 2004 13:37:54 -0000	1.5
+++ AbstractHomer.java	3 Apr 2004 12:09:20 -0000	1.6
@@ -36,6 +36,7 @@
 
 import java.lang.reflect.Method;
 import java.util.List;
+import java.util.ArrayList;
 
 /**
  * 
@@ -51,7 +52,7 @@
     //  Properties
     // ----------------------------------------------------------------------
     protected Marge m_marge;
-    protected List m_children;
+    protected List m_children = new ArrayList();
     protected List m_hotdogs;
 
     // ----------------------------------------------------------------------

Index: AbstractMarge.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/components/AbstractMarge.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- AbstractMarge.java	23 Mar 2004 13:37:54 -0000	1.4
+++ AbstractMarge.java	3 Apr 2004 12:09:20 -0000	1.5
@@ -34,6 +34,7 @@
 
 import java.lang.reflect.Method;
 import java.util.List;
+import java.util.ArrayList;
 
 /**
  * 
@@ -48,7 +49,7 @@
     // ----------------------------------------------------------------------
     //  Properties
     // ----------------------------------------------------------------------
-    protected List m_children;
+    protected List m_children = new ArrayList();
 
     // ----------------------------------------------------------------------
     //  Poor-Man's Invocation Logging



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.