You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by br...@apache.org on 2002/02/15 03:36:34 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/core/filer Paged.java

bradford    02/02/14 18:36:34

  Modified:    java/src/org/apache/xindice/core/filer Paged.java
  Log:
  raf.close()
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xindice/java/src/org/apache/xindice/core/filer/Paged.java
  
  Index: Paged.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/core/filer/Paged.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Paged.java	6 Dec 2001 21:00:12 -0000	1.1
  +++ Paged.java	15 Feb 2002 02:36:34 -0000	1.2
  @@ -56,7 +56,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    *
  - * $Id: Paged.java,v 1.1 2001/12/06 21:00:12 bradford Exp $
  + * $Id: Paged.java,v 1.2 2002/02/15 02:36:34 bradford Exp $
    */
   
   import org.apache.xindice.util.*;
  @@ -335,6 +335,7 @@
         try {
            raf = new RandomAccessFile(file, "rw");
            fileHeader.write();
  +         raf.close(); 
            return true;
         }
         catch ( Exception e ) {