We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af45adf commit 3baebe0Copy full SHA for 3baebe0
1 file changed
bundles/org.openhab.ui/src/main/java/org/openhab/ui/internal/UIContext.java
@@ -31,8 +31,8 @@
31
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "dirAllowed=false",
32
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "redirectWelcome=false",
33
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "preCompressed=true",
34
- HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX
35
- + "etags=true" }, service = { ServletContextHelper.class, UIContext.class })
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "etags=true" }, service = {
+ ServletContextHelper.class, UIContext.class })
36
public class UIContext extends ServletContextHelper {
37
@Activate
38
public UIContext(BundleContext bundleContext) {
0 commit comments