Project

General

Profile

« Previous | Next » 

Revision 963

Added by berkley about 22 years ago

fixed my tagging error

View differences:

DBQuery.java
1105 1105
      filePath += "/";
1106 1106
    }
1107 1107
    String fileName = filePath + docImpl.getDocID();
1108
    zEntry = new ZipEntry(packageZipEntry+"/metadata/"+docImpl.getDocID());
1108
    zEntry = new ZipEntry(packageZipEntry+"/data/"+docImpl.getDocID());
1109 1109
    zipOut.putNextEntry(zEntry);
1110 1110
    FileInputStream fin = null;
1111 1111
    try

Also available in: Unified diff