Changeset 26:f204ce7d1da8 in AnnotationManagerN4J
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupMembersResource.java
r25 r26 42 42 } 43 43 String result = null; 44 Reference thisUrl = this.getRe ference();44 Reference thisUrl = this.getRequest().getResourceRef(); 45 45 Reference groupsUrl = thisUrl.getParentRef(); 46 46 result = "<html><body>\n<h1>Group members</h1>\n";
Note: See TracChangeset
for help on using the changeset viewer.