diff -r 623c340058f3 -r 009700915269 src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Tue Jan 05 19:19:31 2021 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Wed Jan 06 15:39:56 2021 +0100 @@ -1,5 +1,5 @@ /* - * Copyright 2020 Mike Becker. All rights reserved. + * Copyright 2021 Mike Becker. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -52,11 +52,6 @@ const val CTX_ATTR_DB_DIALECT = "db-dialect" /** - * Key for the request attribute containing the resource bundle name. - */ - const val REQ_ATTR_RESOURCE_BUNDLE = "bundleName" - - /** * Key for the request attribute containing the optional navigation menu jsp. */ const val REQ_ATTR_NAVIGATION = "navMenu"