Ignore:
Timestamp:
2004-08-18T16:18:04+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed a whole lot of references to the msm package, which is on its way out.

File:
1 edited

Legend:

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

    r7554 r7995  
    613613     * @see org.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ListOption
    614614     * @see org.greenstone.gatherer.cdm.Language
    615      * @see org.greenstone.gatherer.msm.ElementWrapper
    616615     */
    617616    public boolean updateArgument() {
     
    764763     * @return true if the item was found and selected, false otherwise
    765764     * @see org.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ListOption
    766      * @see org.greenstone.gatherer.msm.ElementWrapper
    767765     */
    768766    public boolean selectValue(JComboBox combobox, String target) {
     
    823821        /** When the add button is clicked, we attempt to add the selected metadata from the source into the target.
    824822         * @param event An <strong>ActionEvent</strong> containing information about the event.
    825          * @see org.greenstone.gatherer.msm.ElementWrapper
    826823         */
    827824        public void actionPerformed(ActionEvent event) {
Note: See TracChangeset for help on using the changeset viewer.