Changeset 12826


Ignore:
Timestamp:
2006-09-22T09:48:21+12:00 (18 years ago)
Author:
kjdon
Message:

removed an unnecessary comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/ArgumentContainer.java

    r12798 r12826  
    283283    }
    284284
    285   public  ArrayList getArguments(boolean include_normal, boolean include_custom){return this;};
    286     /** Method to retrieve this containers custom argument string.
    287      * @return the custom arguments as a String
    288      */
     285    public ArrayList getArguments(boolean include_normal, boolean include_custom){
     286    return this;
     287    }
    289288}
Note: See TracChangeset for help on using the changeset viewer.