Skip to content

Commit

Permalink
Update ItemColumn.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 16, 2024
1 parent 13cedc4 commit a37b5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/jenkins/branch/ItemColumn.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ public boolean isOrphaned(Object item) {
}

/**
* Gets the tool-tip title of a job.
* Gets the title of a job.
*
* @param job the job.
* @return the tool-tip title unescaped for use in an attribute.
* @return the unescaped title for displaying in a table column.
*/
@SuppressWarnings("unused") // used via Jelly EL binding
public String getTitle(Object job) {
Expand Down

0 comments on commit a37b5d3

Please sign in to comment.