Changeset 2:f2d44c41eedf in AnnotationManagerN4J for src


Ignore:
Timestamp:
Jun 28, 2012, 5:34:32 PM (12 years ago)
Author:
casties
Branch:
default
Message:

nothing much

Location:
src/main
Files:
1 edited
1 moved

Legend:

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

    r1 r2  
    4242        @Get("html")
    4343        public Representation getHTML(){
    44                 InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotationManager/staticPages/main.html");
     44                InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotations/annotator-info.html");
    4545               
    4646                Representation rep = new InputRepresentation(is,MediaType.TEXT_HTML);
Note: See TracChangeset for help on using the changeset viewer.