Skip to content

Commit 343b167

Browse files
authored
Merge pull request #1731 from MarkEWaite/remove-wrong-getBrowser-annotation
Remove incorrect annotation on GitSCM.getBrowser()
2 parents eff1227 + 1ccf172 commit 343b167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ public Object readResolve() throws IOException, GitException {
350350
}
351351

352352
@Override
353-
@Whitelisted
354353
public GitRepositoryBrowser getBrowser() {
355354
return browser;
356355
}

0 commit comments

Comments
 (0)