From 183baff26b51f888cbde8c4b8b9dee0770990470 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Fri, 9 May 2025 18:07:28 +0200 Subject: [PATCH] Fix indentation in GitLabSCMNavigator.java comment --- .../jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator.java b/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator.java index 2c73e37b..0af270f2 100644 --- a/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator.java +++ b/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator.java @@ -343,7 +343,7 @@ private String getProjectName(GitLabApi gitLabApi, int projectNamingStrategy, Pr String projectName; switch (projectNamingStrategy) { default: - // for legacy reasons default naming strategy is set to Full Project path + // for legacy reasons default naming strategy is set to Full Project path case 1: projectName = fullPath; break;