From 944771c626838ea7fce39d12f40a7936b2f88656 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 30 Nov 2014 20:24:22 +0100 Subject: [PATCH] Fix javadoc for suppress marker --- .../src/main/java/net/sourceforge/pmd/PMDConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java b/pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java index ef6a7cd581..e85b5ea475 100644 --- a/pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java +++ b/pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java @@ -106,7 +106,7 @@ public class PMDConfiguration extends AbstractConfiguration { private boolean benchmark; /** - * Get the suppress marker. This the source level marker used to indicate a + * Get the suppress marker. This is the source level marker used to indicate a * RuleViolation should be suppressed. * * @return The suppress marker.