Skip to content

Commit

Permalink
avoid destroying the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Mar 15, 2024
1 parent 5beb034 commit 1499dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public String getName() {
* {@inheritDoc}
*/
public String getDescription() {
return HTML_DESCRIPTION + (!this.installed ? SAMModel.HTML_NOT_INSTALLED : "") + CAUTION_STRING;
return HTML_DESCRIPTION + (!this.installed ? SAMModel.HTML_NOT_INSTALLED : CAUTION_STRING);
}

@Override
Expand Down

0 comments on commit 1499dc4

Please sign in to comment.