Ignore:
Timestamp:
2004-10-08T13:20:01+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed all occurrences of classes explicitly importing other classes in the same package.

File:
1 edited

Legend:

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

    r6770 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * Written:        /04/02<br>
    45  * @author John Thompson, Greenstone Digital Libraries
    46  * @version 2.1
    47  */
    48 import org.greenstone.gatherer.msm.Declarations;
    49 import org.greenstone.gatherer.msm.MetadataSetManager;
     39
    5040/** This class provides all the information required to correctly perform metadata actions, with regard to the users previously indicated preferences in terms of importing and renaming. */
    5141final public class MSMAction {
Note: See TracChangeset for help on using the changeset viewer.