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

changeset 145
6d2d69fd1c12
parent 109
2e0669e814ff
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Fri Oct 23 12:26:08 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Fri Oct 23 12:38:20 2020 +0200
     1.3 @@ -67,11 +67,6 @@
     1.4      public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName");
     1.5  
     1.6      /**
     1.7 -     * Key for the request attribute containing the menu list.
     1.8 -     */
     1.9 -    public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
    1.10 -
    1.11 -    /**
    1.12       * Key for the request attribute containing the optional navigation menu jsp.
    1.13       */
    1.14      public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu");

mercurial