Skip to content

Commit fdb5926

Browse files
yrodierebitwiseman
andauthored
Apply suggestions from code review
Co-authored-by: Liam Newman <bitwiseman@gmail.com>
1 parent 117982e commit fdb5926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/kohsuke/github/GHRequestedAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public String getIdentifier() {
4242
*
4343
* @return the label
4444
*/
45-
public String getLabel() {
45+
String getLabel() {
4646
return label;
4747
}
4848

@@ -51,7 +51,7 @@ public String getLabel() {
5151
*
5252
* @return the description
5353
*/
54-
public String getDescription() {
54+
String getDescription() {
5555
return description;
5656
}
5757

0 commit comments

Comments
 (0)