Changeset 2:f2d44c41eedf in AnnotationManagerN4J for src
- Timestamp:
- Jun 28, 2012, 5:34:32 PM (13 years ago)
- Branch:
- default
- Location:
- src/main
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java
r1 r2 42 42 @Get("html") 43 43 public Representation getHTML(){ 44 InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotation Manager/staticPages/main.html");44 InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotations/annotator-info.html"); 45 45 46 46 Representation rep = new InputRepresentation(is,MediaType.TEXT_HTML);
Note: See TracChangeset
for help on using the changeset viewer.