Changeset 6005


Ignore:
Timestamp:
2003-11-25T16:31:08+13:00 (20 years ago)
Author:
jmt12
Message:

Added some debug code while hunting down the disappearing inherited metadata icon bug

File:
1 edited

Legend:

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

    r5668 r6005  
    5454    implements Comparable {
    5555    /** Is this an accumulating piece of metadata? */
    56     transient private boolean accumulate = false;
     56    private boolean accumulate = false;
    5757    /** Indicates what level of metadata this is, relative to the file it was retrieved for. */
    58     transient private boolean file_level = true;
     58    private boolean file_level = true;
    5959    /** The file for which this metadata was retrieved. This allows us to determine the source of folder level metadata. */
    60     transient private File file;
     60    private File file;
    6161    /** The value node this metadata maps to. */
    6262    private GValueNode value = null;
Note: See TracChangeset for help on using the changeset viewer.