Issue #985: Fix PMD violations for ShortVariable rule

This commit is contained in:
Roman Ivanov 2015-10-06 17:56:40 -07:00
parent aa4203f3ba
commit ca7f7f8556
1 changed files with 1 additions and 1 deletions

View File

@ -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;