diff -r d1036b776eee -r a94b172c3a93 src/java/de/uapcore/lightpit/RequestMapping.java
--- a/src/java/de/uapcore/lightpit/RequestMapping.java Sat Dec 30 20:41:55 2017 +0100
+++ b/src/java/de/uapcore/lightpit/RequestMapping.java Sun Dec 31 17:43:39 2017 +0100
@@ -59,7 +59,7 @@
* If a menu key is specified, this is also the path, which is linked
* by the menu entry.
*
- * The path must be specified without a trailing slash.
+ * The path must be specified without leading and trailing slash.
*
* @return the request path the annotated method should handle
*/