Skip to content

Commit

Permalink
Small refactor (don't override toString())
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Aug 20, 2024
1 parent 1c73c30 commit e00fd6a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ public MarkdownOutputGenerator(Options options, List<JApiClass> jApiClasses) {

@Override
public String generate() {
return toString();
}

@Override
public String toString() {
final String semver = new SemverOut(options, jApiClasses).generate();
return renderHeading(0, md.title.report) +
md.message.getSemverBadge(semver) + EOL +
Expand Down

0 comments on commit e00fd6a

Please sign in to comment.