From b56673de562cc1ea3282cbd4f5713843773dafac Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 22 Feb 2023 04:11:31 +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.