Skip to content

Commit 3baebe0

Browse files
spotless
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent af45adf commit 3baebe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bundles/org.openhab.ui/src/main/java/org/openhab/ui/internal

bundles/org.openhab.ui/src/main/java/org/openhab/ui/internal/UIContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "dirAllowed=false",
3232
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "redirectWelcome=false",
3333
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 })
34+
HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX + "etags=true" }, service = {
35+
ServletContextHelper.class, UIContext.class })
3636
public class UIContext extends ServletContextHelper {
3737
@Activate
3838
public UIContext(BundleContext bundleContext) {

0 commit comments

Comments
 (0)