git: remove "TestOnly" annotation to allow a method be used in a plugin

This commit is contained in:
Kirill Likhodedov
2018-03-11 18:51:09 +03:00
parent 5b7e50606f
commit bb35c42c2f
@@ -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;
}