diff --git a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
index 56eaf2b3..87c40d85 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
@@ -202,7 +202,7 @@ public abstract class AbstractPmdReport extends AbstractMavenReport {
* You'd need to start maven with MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off mvn <goals>
.
*/
@Parameter(defaultValue = "true", property = "pmd.showPmdLog")
- @Deprecated(since = "3.22.0", forRemoval = true)
+ @Deprecated // (since = "3.22.0", forRemoval = true)
protected boolean showPmdLog = true;
/**
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index ad0a3b31..1ec94a1c 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -96,7 +96,7 @@ ${project.name}
Logs from PMD are now always shown and cannot be disabled at runtime after maven has started.
The property <<>> makes no sense anymore and is deprecated now. See
{{{https://maven.apache.org/maven-logging.html}Maven Logging}} for how to configure logging.
- For disabling PMD logs, you'd need to start maven with <<>>>.
+ For disabling PMD logs, you'd need to start maven with << >>>.
* The upgrade from PMD 6 to PMD 7.0.0 is a major version change. If you use the default ruleset
from Maven PMD Plugin, then everything should just work. But if you use a custom ruleset, you