You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2004/09/15 22:04:08 UTC

cvs commit: jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl DescriptionSetImpl.java

jford       2004/09/15 13:04:08

  Modified:    components/registry/src/java/org/apache/jetspeed/om/impl
                        DescriptionSetImpl.java
  Log:
  Fix potential NPE
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/DescriptionSetImpl.java
  
  Index: DescriptionSetImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/DescriptionSetImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DescriptionSetImpl.java	14 Aug 2004 00:16:54 -0000	1.3
  +++ DescriptionSetImpl.java	15 Sep 2004 20:04:08 -0000	1.4
  @@ -63,6 +63,7 @@
       {
           super();
           this.descriptionType = descriptionType;
  +        this.innerCollection = new ArrayList();
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org