Skip to content

Commit

Permalink
Revert "Fixed typo"
Browse files Browse the repository at this point in the history
This reverts commit 9b9cc1e.
  • Loading branch information
yashpal2104 committed Jan 5, 2025
1 parent 9b9cc1e commit 7de0c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/advancedqueue/sorter/ItemInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public String toString() {
itemId, jobName, jobGroupId, reason, priority, weight, itemStatus);
}

public String getDecisionLog() {
public String getDescisionLog() {
StringBuilder buffer = new StringBuilder();
for (String log : decisionLog) {
buffer.append(log).append("\n");
Expand Down

0 comments on commit 7de0c38

Please sign in to comment.