Skip to content

Commit

Permalink
Fix CheckStyle problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 19, 2023
1 parent 94eb7ba commit e839735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/jenkins/plugins/util/JenkinsFacade.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public String getImagePath(final BallColor color) {
public String getSymbol(final SymbolRequest symbol) {
return Symbol.get(symbol);
}

/**
* Returns the absolute URL for the specified icon.
*
Expand Down

0 comments on commit e839735

Please sign in to comment.