Changeset 8251


Ignore:
Timestamp:
2004-10-08T14:36:32+13:00 (20 years ago)
Author:
mdewsnip
Message:

Added a comment to prevent people from using the Gatherer class here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r8250 r8251  
    4949import org.greenstone.gatherer.DebugStream;
    5050import org.greenstone.gatherer.Dictionary;
    51 import org.greenstone.gatherer.Gatherer;
     51// Don't even think about adding import org.greenstone.gatherer.Gatherer in here!
     52// The functions in this class should be independent of the Gatherer class. Put your function somewhere else buster!
    5253import org.w3c.dom.*;
    5354import org.xml.sax.*;
Note: See TracChangeset for help on using the changeset viewer.