Ignore:
Timestamp:
Sep 25, 2012, 7:59:21 PM (12 years ago)
Author:
casties
Branch:
default
Message:

UI for editing groups and persons works now. (still no authorisation!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorSearch.java

    r15 r32  
    5757        logger.debug(String.format("searching for uri=%s user=%s", uri, user));
    5858        AnnotationStore store = getAnnotationStore();
    59         List<Annotation> annots = store.searchByUriUser(uri, user, limit, offset);
     59        List<Annotation> annots = store.searchAnnotationByUriUser(uri, user, limit, offset);
    6060        for (Annotation annot : annots) {
    6161            // check permission
Note: See TracChangeset for help on using the changeset viewer.