From 45ebdb66919a5a0ac9e725dc2aa6d45bdac44a84 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 21 Feb 2023 04:11:47 +0000 Subject: [PATCH] Bumping versions --- .../cloud/kubernetes/fabric8/Fabric8Utils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-kubernetes-fabric8-autoconfig/src/main/java/org/springframework/cloud/kubernetes/fabric8/Fabric8Utils.java b/spring-cloud-kubernetes-fabric8-autoconfig/src/main/java/org/springframework/cloud/kubernetes/fabric8/Fabric8Utils.java index dbc0ddd1..0e65a87e 100644 --- a/spring-cloud-kubernetes-fabric8-autoconfig/src/main/java/org/springframework/cloud/kubernetes/fabric8/Fabric8Utils.java +++ b/spring-cloud-kubernetes-fabric8-autoconfig/src/main/java/org/springframework/cloud/kubernetes/fabric8/Fabric8Utils.java @@ -40,8 +40,8 @@ public final class Fabric8Utils { private static final LogAccessor LOG = new LogAccessor(LogFactory.getLog(Fabric8Utils.class)); /** - * this method does the namespace resolution. Namespace is being searched according to the - * order below. + * this method does the namespace resolution. Namespace is being searched according to + * the order below. * *
 	 *     1. from incoming namespace, which can be null.