From e6ef88fd9511290deea174650fbdf253b632c1b2 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Tue, 6 Dec 2022 15:40:24 +0100 Subject: [PATCH] fxiup! formatting Signed-off-by: Ilya Buziuk --- .../namespace/configurator/UserProfileConfigurator.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/UserProfileConfigurator.java b/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/UserProfileConfigurator.java index 043de911b8..0a7c1e82ce 100644 --- a/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/UserProfileConfigurator.java +++ b/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/configurator/UserProfileConfigurator.java @@ -30,8 +30,9 @@ import org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesClientFactory; /** - * Creates {@link Secret} with user profile information such as his id and name. - * This serves as a way for DevWorkspaces to acquire information about the user. + * Creates {@link Secret} with user profile information such as his id and name. This serves as a + * way for DevWorkspaces to acquire information about the user. + * * @author Pavol Baran */ @Singleton