From ca7f7f855630cbc816e47637ef36ae433d0e745f Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Tue, 6 Oct 2015 17:56:40 -0700 Subject: [PATCH] Issue #985: Fix PMD violations for ShortVariable rule --- .../com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java b/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java index 8fbf48e95..455eed08f 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java @@ -550,7 +550,7 @@ public class CheckstyleAntTask extends Task { /** * Set the file to output to. - * @destination destination the file to output to + * @param destination destination the file to output to */ public void setTofile(File destination) { toFile = destination;