We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b15fb4 + 4bdf1fe commit be680c7Copy full SHA for be680c7
src/main/java/org/kohsuke/github/GHRequestedAction.java
@@ -33,7 +33,7 @@ GHRequestedAction wrap(GHRepository owner) {
33
*
34
* @return the identifier
35
*/
36
- String getIdentifier() {
+ public String getIdentifier() {
37
return identifier;
38
}
39
0 commit comments