From dc3ae3ea6ea7e57622d31348ef9fb80cb4e105dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= Date: Tue, 30 Apr 2024 16:59:33 +0200 Subject: [PATCH] Quarkus change --- .../runtime/configuration/test/TestConfigArgsConfigSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarkus/tests/junit5/src/main/java/org/keycloak/quarkus/runtime/configuration/test/TestConfigArgsConfigSource.java b/quarkus/tests/junit5/src/main/java/org/keycloak/quarkus/runtime/configuration/test/TestConfigArgsConfigSource.java index 6c6d599eb70b..d4ea37bdf614 100644 --- a/quarkus/tests/junit5/src/main/java/org/keycloak/quarkus/runtime/configuration/test/TestConfigArgsConfigSource.java +++ b/quarkus/tests/junit5/src/main/java/org/keycloak/quarkus/runtime/configuration/test/TestConfigArgsConfigSource.java @@ -12,7 +12,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and - * limitations under the License. + * limitations under the License.x */ package org.keycloak.quarkus.runtime.configuration.test;