Ignore:
Timestamp:
2003-11-05T13:46:44+13:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out about 60 unused functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMEvent.java

    r5589 r5785  
    149149    return new_metadata;
    150150    }
    151     public GValueModel getNewModel() {
     151    /* private GValueModel getNewModel() {
    152152    return new_model;
    153     }
     153    } */
    154154    /** Method to retrieve the old metadata associated with this event.
    155155     * @return A <strong>Metadata</strong>, or <i>null</i> if there is none.
     
    158158    return old_metadata;
    159159    }
    160     public GValueModel getOldModel() {
     160    /* private GValueModel getOldModel() {
    161161    return old_model;
    162     }
     162    } */
    163163    /** Method to retrieve of the profile associated with this event.
    164164     * @return A <strong>MSMAction</strong> which details the action profile, or <i>null</i> if no profile exists.
    165165     */
    166     public MSMAction getProfile() {
     166    /* private MSMAction getProfile() {
    167167    return profile;
    168     }
     168    } */
    169169    /** Retrieve the record associated with this event. */
    170170    public FileNode getRecord() {
Note: See TracChangeset for help on using the changeset viewer.