src/main/java/de/uapcore/lightpit/Constants.java

changeset 109
2e0669e814ff
parent 96
b7b685f31e39
child 145
6d2d69fd1c12
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Thu Oct 08 18:28:16 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Thu Oct 08 20:16:47 2020 +0200
     1.3 @@ -72,7 +72,7 @@
     1.4      public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
     1.5  
     1.6      /**
     1.7 -     * Key for the request attribute containing the navigation menu.
     1.8 +     * Key for the request attribute containing the optional navigation menu jsp.
     1.9       */
    1.10      public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu");
    1.11  

mercurial