Clarify WebContext.contextParams() 61/101761/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Jul 2022 16:30:01 +0000 (18:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Jul 2022 19:58:27 +0000 (21:58 +0200)
commita5723d7c1d01af762804f2a2bb7102f7b65e18de
treee6c64925b7536d14ec551e6b23661b64687d5d8d
parent0900a27beb48c0ce000f8513123e61020418c57e
Clarify WebContext.contextParams()

ServletContext's initial parameters can include any Object, but there
are implementation indirections, which limit these to Strings. Document
this fact.

Change-Id: Ie402ea1340584d1c0a008122d67fbeccb081b790
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
web/api/src/main/java/org/opendaylight/aaa/web/WebContext.java