From 278dfd63158a3c00c0d9897e6d1863320f71e898 Mon Sep 17 00:00:00 2001 From: Christoph Schulz Date: Thu, 23 May 2024 07:10:45 +0200 Subject: [PATCH] Fix JavaDoc Typo --- src/main/java/hudson/plugins/git/GitSCM.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/hudson/plugins/git/GitSCM.java b/src/main/java/hudson/plugins/git/GitSCM.java index d101a3456f..cc399cebb4 100644 --- a/src/main/java/hudson/plugins/git/GitSCM.java +++ b/src/main/java/hudson/plugins/git/GitSCM.java @@ -620,7 +620,7 @@ private List getRefSpecs(RemoteConfig repo, EnvVars env) { * If the configuration is such that we are tracking just one branch of one repository * return that branch specifier (in the form of something like "origin/master" or a SHA1-hash * - * Otherwise return [@code null}. + * Otherwise return {@code null}. */ @CheckForNull private String getSingleBranch(EnvVars env) {