Skip to content

Commit 233158f

Browse files
authored
Fix JavaDoc Typo (#1584)
1 parent f7f12dd commit 233158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hudson/plugins/git/GitSCM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ private List<RefSpec> getRefSpecs(RemoteConfig repo, EnvVars env) {
620620
* If the configuration is such that we are tracking just one branch of one repository
621621
* return that branch specifier (in the form of something like "origin/master" or a SHA1-hash
622622
*
623-
* Otherwise return [@code null}.
623+
* Otherwise return {@code null}.
624624
*/
625625
@CheckForNull
626626
private String getSingleBranch(EnvVars env) {

0 commit comments

Comments
 (0)