Skip to content

Commit 5a21037

Browse files
committed
Use proper scope for method
1 parent 6a8c559 commit 5a21037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/pmd/PmdReportRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private String getI18nString(String key) {
112112
return i18n.getString("pmd-report", locale, "report.pmd." + key);
113113
}
114114

115-
public void renderBody() {
115+
protected void renderBody() {
116116
startSection(getTitle());
117117

118118
sink.paragraph();

0 commit comments

Comments
 (0)