checkstyle corrections

Former-commit-id: 7f488144815cb3065b6f5304a3d44e700319f4e9
This commit is contained in:
Jeremy Long
2015-05-10 08:18:59 -04:00
parent 0b207c6141
commit e6f2c25167

View File

@@ -261,11 +261,13 @@ public class DependencyCheckTask extends Task {
public void setAutoUpdate(boolean autoUpdate) { public void setAutoUpdate(boolean autoUpdate) {
this.autoUpdate = autoUpdate; this.autoUpdate = autoUpdate;
} }
/**
* Whether only the update phase should be executed.
*/
private boolean updateOnly = false; private boolean updateOnly = false;
/** /**
* Get the value of updateOnly * Get the value of updateOnly.
* *
* @return the value of updateOnly * @return the value of updateOnly
*/ */
@@ -274,7 +276,7 @@ public class DependencyCheckTask extends Task {
} }
/** /**
* Set the value of updateOnly * Set the value of updateOnly.
* *
* @param updateOnly new value of updateOnly * @param updateOnly new value of updateOnly
*/ */