Skip to content

Commit

Permalink
Fix visibility of getters in GHRequestedAction
Browse files Browse the repository at this point in the history
Co-Authored-By: Liam Newman <bitwiseman@gmail.com>
  • Loading branch information
yrodiere and bitwiseman committed Mar 25, 2024
1 parent 2b15fb4 commit 4bdf1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kohsuke/github/GHRequestedAction.java
Original file line number Diff line number Diff line change
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 4bdf1fe

Please sign in to comment.