From 0168f9640fb7eca16aa987f1c832c638da94d488 Mon Sep 17 00:00:00 2001 From: dickson Date: Thu, 12 Oct 2023 01:46:37 +0800 Subject: [PATCH] formating issue Signed-off-by: dickson --- .../client/deployment/QuarkusRedissonClientProcessor.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/redisson-quarkus/redisson-quarkus-30/deployment/src/main/java/io/quarkus/redisson/client/deployment/QuarkusRedissonClientProcessor.java b/redisson-quarkus/redisson-quarkus-30/deployment/src/main/java/io/quarkus/redisson/client/deployment/QuarkusRedissonClientProcessor.java index f0f9d57d7..fafd263f2 100644 --- a/redisson-quarkus/redisson-quarkus-30/deployment/src/main/java/io/quarkus/redisson/client/deployment/QuarkusRedissonClientProcessor.java +++ b/redisson-quarkus/redisson-quarkus-30/deployment/src/main/java/io/quarkus/redisson/client/deployment/QuarkusRedissonClientProcessor.java @@ -1,12 +1,12 @@ /** * Copyright (c) 2013-2022 Nikita Koksharov - *

+ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -43,7 +43,9 @@ import org.redisson.executor.RemoteExecutorServiceAsync; import java.io.IOException; /** + * * @author Nikita Koksharov + * */ class QuarkusRedissonClientProcessor {