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

changeset 70
821c4950b619
parent 50
2a90d105edec
child 71
dca186d3911f
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Tue May 19 18:49:48 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Tue May 19 19:34:57 2020 +0200
     1.3 @@ -68,11 +68,6 @@
     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 sub menu list.
     1.8 -     */
     1.9 -    public static final String REQ_ATTR_SUB_MENU = fqn(AbstractLightPITServlet.class, "subMenu");
    1.10 -
    1.11 -    /**
    1.12       * Key for the request attribute containing the base href.
    1.13       */
    1.14      public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href");

mercurial