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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to