Issue #985: Fix PMD violations for ShortVariable rule
This commit is contained in:
parent
aa4203f3ba
commit
ca7f7f8556
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue