parent
3bcfcac9ee
commit
83e23be070
|
|
@ -172,7 +172,7 @@ public class CheckStyleTask extends Task
|
|||
*/
|
||||
public void setClasspath(Path classpath)
|
||||
{
|
||||
if (classpath == null) {
|
||||
if (this.classpath == null) {
|
||||
this.classpath = classpath;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue