Skip to content

Commit

Permalink
Fix JavaDoc Typo (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciis0 committed May 23, 2024
1 parent f7f12dd commit 233158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/git/GitSCM.java
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ private List<RefSpec> 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) {
Expand Down

0 comments on commit 233158f

Please sign in to comment.