Changeset 3288


Ignore:
Timestamp:
2002-07-30T10:02:12+12:00 (22 years ago)
Author:
kjdon
Message:

small changes

Location:
trunk/gsdl3/src/java/org/greenstone/mgpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/mgpp/MGPPQueryResult.java

    r3255 r3288  
    99 *
    1010 */
    11 class MGPPQueryResult {
     11public class MGPPQueryResult {
    1212
    1313    /** the list of MGPPDocInfo */
  • trunk/gsdl3/src/java/org/greenstone/mgpp/MGPPWrapper.java

    r3255 r3288  
     1
    12package org.greenstone.mgpp;
    23
     
    1213 *@see MGPPQueryResult
    1314 */
    14 class MGPPWrapper {
     15public class MGPPWrapper {
    1516 
    1617    /** the query result
     
    2021    /** pointer to c++ MGPPWrapperData class - cached indexData and queryInfo
    2122     */
    22     protected long mgpp_data_ptr_
     23    protected long mgpp_data_ptr_=0;
    2324
    2425    static {
     
    4647                     String text_path,
    4748                     String level,
    48                      int docnum );
     49                     long docnum );
    4950
    5051    /** load up the data structure for index
Note: See TracChangeset for help on using the changeset viewer.