You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/11/16 15:41:13 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

luetzkendorf    2004/11/16 06:41:13

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        AbstractWebdavMethod.java
  Log:
  FIXME added
  
  Revision  Changes    Path
  1.61      +5 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/AbstractWebdavMethod.java
  
  Index: AbstractWebdavMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/AbstractWebdavMethod.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- AbstractWebdavMethod.java	31 Oct 2004 19:23:35 -0000	1.60
  +++ AbstractWebdavMethod.java	16 Nov 2004 14:41:13 -0000	1.61
  @@ -573,6 +573,7 @@
               lowerNrd = content.retrieve(slideToken, lowerNrds);
               
               NodeProperty psProp = lowerNrd.getProperty(P_PARENT_SET);
  +            // FIXME psProp may be null
               XMLValue xv = new XMLValue( String.valueOf(psProp.getValue()) );
               Iterator i = xv.getList().iterator();
               while (i.hasNext()) {
  @@ -2057,4 +2058,4 @@
               return result;
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  

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