From e556f950bfb50f3ff720ead20bb61913f33616f7 Mon Sep 17 00:00:00 2001 From: Aleexender Date: Thu, 6 Feb 2025 22:20:19 +0900 Subject: [PATCH] run "./gradlew spotlessApply " Signed-off-by: Aleexender --- reactor-core/src/main/java/reactor/core/publisher/Mono.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/src/main/java/reactor/core/publisher/Mono.java b/reactor-core/src/main/java/reactor/core/publisher/Mono.java index 916bda203b..30a94eb929 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Mono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Mono.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2024 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2016-2025 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.