Skip to content

Commit 1a14e55

Browse files
authored
Remove useless annotation (#1746)
1 parent c765a8d commit 1a14e55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/hudson/plugins/git/util/GitUtils.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package hudson.plugins.git.util;
22

3-
import com.infradna.tool.bridge_method_injector.WithBridgeMethods;
43
import hudson.EnvVars;
54
import hudson.FilePath;
65
import hudson.Launcher;
@@ -197,7 +196,6 @@ public Revision sortBranchesForRevision(Revision revision, List<BranchSpec> bran
197196
* @return filtered tip branches
198197
* @throws InterruptedException when interrupted
199198
*/
200-
@WithBridgeMethods(Collection.class)
201199
public List<Revision> filterTipBranches(final Collection<Revision> revisions) throws GitException, InterruptedException {
202200
// If we have 3 branches that we might want to build
203201
// ----A--.---.--- B

0 commit comments

Comments
 (0)