Ignore:
Timestamp:
2014-04-10T14:34:47+12:00 (10 years ago)
Author:
kjdon
Message:

nodeToElement now in GSXML. Some param changes for a few GSXML methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DepositorAction.java

    r28382 r28964  
    288288                {
    289289                    ex.printStackTrace();
    290                     GSXML.addError(doc, responseMessage, "Failed to copy the deposited file into the collection.");
     290                    GSXML.addError(responseMessage, "Failed to copy the deposited file into the collection.");
    291291                    return responseMessage;
    292292                }
Note: See TracChangeset for help on using the changeset viewer.