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;