Changeset 13753


Ignore:
Timestamp:
2007-01-23T14:55:05+13:00 (17 years ago)
Author:
mdewsnip
Message:

Fixed a bad comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/ScriptOptions.java

    r13752 r13753  
    1616
    1717
    18 /** Build options uses the argument list found in config.xml and the current settings from the loaded collection configuration to represent the options the user wants to use during import and build. If there are no arguments stored in config.xml, or if the user indicates the argument are out of date, this class tries to parse new ones. */
    19 public class ScriptOptions {
     18/** This class parses options from Perl scripts: import.pl, buildcol.pl and explode_metadata_database.pl in particular. */
     19public class ScriptOptions
     20{
    2021    /** The root element of the argument tree. */
    2122    private Element arguments_element;
Note: See TracChangeset for help on using the changeset viewer.