Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
Signed-off-by: bfindlay <bfindlay@acm.org>
  • Loading branch information
Bfindlay committed Nov 21, 2023
1 parent dfbd85c commit 68da365
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class IssueDocument {

private Issue issue;

// Getter and setter for "issue"
public Issue getIssue() {
return issue;
}
Expand All @@ -19,7 +18,6 @@ public static class Issue {
private String number;
private Labels labels;

// Getters and setters for "number" and "labels"
public String getNumber() {
return number;
}
Expand All @@ -43,7 +41,6 @@ public static class Labels {
private List<String> backport;
private Category category;

// Getters and setters for "version", "backport", and "category"
public String getVersion() {
return version;
}
Expand Down Expand Up @@ -74,7 +71,6 @@ public static class Category {
private String type;
private String level;

// Getters and setters for "type" and "level"
public String getType() {
return type;
}
Expand Down

0 comments on commit 68da365

Please sign in to comment.