Project

General

Profile

« Previous | Next » 

Revision 468cd076

Added by Andreas Müller over 2 years ago

cleanup

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/DescriptionPortalController.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.remote.controller;
11 10

  
12 11
import java.util.Arrays;
......
135 134
        Pager<Annotation> annotations = descriptionElementService.getDescriptionElementAnnotations(annotatableEntity, null, null, 0, null, getInitializationStrategy());
136 135
        return annotations;
137 136
    }
138

  
139
}
137
}

Also available in: Unified diff