Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/oaipmh/OAIPMH.java
72 72
    protected DateTime  responseDate = new DateTime();
73 73
    @XmlElement(required = true)
74 74
    protected Request request = new Request();
75
    protected List<OAIPMHerror> error;
75
    protected List<Error> error;
76 76
    @XmlElement(name = "Identify")
77 77
    protected Identify identify;
78 78
    @XmlElement(name = "ListMetadataFormats")
......
152 152
     * 
153 153
     * <p>
154 154
     * Objects of the following type(s) are allowed in the list
155
     * {@link OAIPMHerror }
155
     * {@link Error }
156 156
     * 
157 157
     * 
158 158
     */
159
    public List<OAIPMHerror> getError() {
159
    public List<Error> getError() {
160 160
        if (error == null) {
161
            error = new ArrayList<OAIPMHerror>();
161
            error = new ArrayList<Error>();
162 162
        }
163 163
        return this.error;
164 164
    }

Also available in: Unified diff