Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Newman <[email protected]>
  • Loading branch information
yrodiere and bitwiseman authored Mar 25, 2024
1 parent 117982e commit fdb5926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kohsuke/github/GHRequestedAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String getIdentifier() {
*
* @return the label
*/
public String getLabel() {
String getLabel() {
return label;
}

Expand All @@ -51,7 +51,7 @@ public String getLabel() {
*
* @return the description
*/
public String getDescription() {
String getDescription() {
return description;
}

Expand Down

0 comments on commit fdb5926

Please sign in to comment.