mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
git: remove "TestOnly" annotation to allow a method be used in a plugin
This commit is contained in:
@@ -29,7 +29,6 @@ import git4idea.repo.GitRepository;
|
||||
import git4idea.validators.GitRefNameValidator;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.annotations.TestOnly;
|
||||
|
||||
import java.text.ParseException;
|
||||
import java.util.Collection;
|
||||
@@ -77,7 +76,6 @@ public class GitPushTarget implements PushTarget {
|
||||
return myIsNewBranchCreated;
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
boolean isSpecialRef() {
|
||||
return myPushingToSpecialRef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user