From 6ecd44261cfd54f10c7802eb6ee0946b7088905f Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 19 Oct 2020 11:33:48 +0200 Subject: [PATCH] Fix build by wrapping lines Caused by #1713 Signed-off-by: Wouter Born --- .../src/main/resources/OH-INF/config/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.core.io.rest.auth/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.core.io.rest.auth/src/main/resources/OH-INF/config/config.xml index 78c63d86fd8..533a6c76bca 100644 --- a/bundles/org.openhab.core.io.rest.auth/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.core.io.rest.auth/src/main/resources/OH-INF/config/config.xml @@ -16,8 +16,8 @@ true By default, operations requiring the "user" role are available when unauthenticated. Disabling this - option will enforce authorization for these operations. Warning: This causes clients that do not - support authentication to break. + option will enforce authorization for these operations. Warning: This causes clients that do not support + authentication to break.