We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab848a commit ad2990bCopy full SHA for ad2990b
src/main/java/org/kohsuke/github/GHRepository.java
@@ -737,7 +737,6 @@ public String toString() {
737
*/
738
@Deprecated
739
@Preview(NEBULA)
740
- @WithBridgeMethods(value = String.class, adapterMethod = "visibilityAsStr")
741
public Visibility getVisibility() {
742
if (visibility == null) {
743
try {
@@ -750,11 +749,6 @@ public Visibility getVisibility() {
750
749
return Visibility.from(visibility);
751
}
752
753
- @SuppressFBWarnings(value = "UPM_UNCALLED_PRIVATE_METHOD", justification = "Bridge method of getVisibility")
754
- private Object visibilityAsStr(Visibility visibility, Class type) {
755
- return visibility;
756
- }
757
-
758
/**
759
* Is template boolean.
760
*
0 commit comments