Skip to content

Commit

Permalink
Merge pull request #1824 from yrodiere/requested-action
Browse files Browse the repository at this point in the history
Fix visibility of getters in GHRequestedAction
  • Loading branch information
bitwiseman committed Mar 25, 2024
2 parents 2b15fb4 + 4bdf1fe commit be680c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kohsuke/github/GHRequestedAction.java
Expand Up @@ -33,7 +33,7 @@ GHRequestedAction wrap(GHRepository owner) {
*
* @return the identifier
*/
String getIdentifier() {
public String getIdentifier() {
return identifier;
}

Expand Down

0 comments on commit be680c7

Please sign in to comment.