Skip to content

Commit

Permalink
Fix JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 3, 2021
1 parent 57f3658 commit 63c6872
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,9 @@ public String getSummary() {
* Returns the model for the summary of the static analysis run. This model is used as input in the 'summary.jelly'
* view.
*
* @return summary message (HTML)
* @return model to build the summary message on the client side
*/
@SuppressWarnings("unused") // Called by jelly view
public SummaryModel getSummaryModel() {
return new SummaryModel(getLabelProvider(), getResult());
}
Expand Down

0 comments on commit 63c6872

Please sign in to comment.