Ignore:
Timestamp:
Nov 20, 2012, 5:23:52 PM (11 years ago)
Author:
casties
Branch:
default
Message:

made uri prefixes in store configurable.

File:
1 edited

Legend:

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

    r50 r58  
    1515
    1616import de.mpiwg.itgroup.annotations.Annotation;
    17 import de.mpiwg.itgroup.annotations.NS;
    1817import de.mpiwg.itgroup.annotations.Person;
    1918import de.mpiwg.itgroup.annotations.neo4j.AnnotationStore;
     
    5655       
    5756        AnnotationStore store = getAnnotationStore();
    58                 String tagUri=NS.MPIWG_TAGS_URL+id;
     57        String tagUri = BaseRestlet.TAGS_URI_PREFIX + id;
    5958        List<Annotation> annotations = store.getAnnotationsByTag(tagUri);
    6059       
Note: See TracChangeset for help on using the changeset viewer.