mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
checkstyle corrections
Former-commit-id: 7f488144815cb3065b6f5304a3d44e700319f4e9
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user