mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
fixed casing on variable - checkstyle
Former-commit-id: 35b32c4948f98188bdc0795f45978808342e91c7
This commit is contained in:
@@ -488,7 +488,7 @@ public class DependencyCheckTask extends Task {
|
|||||||
/**
|
/**
|
||||||
* Get the value of nexusUrl.
|
* Get the value of nexusUrl.
|
||||||
*
|
*
|
||||||
* @return the value of NexusUrl
|
* @return the value of nexusUrl
|
||||||
*/
|
*/
|
||||||
public String getNexusUrl() {
|
public String getNexusUrl() {
|
||||||
return nexusUrl;
|
return nexusUrl;
|
||||||
@@ -497,10 +497,10 @@ public class DependencyCheckTask extends Task {
|
|||||||
/**
|
/**
|
||||||
* Set the value of nexusUrl.
|
* Set the value of nexusUrl.
|
||||||
*
|
*
|
||||||
* @param NexusUrl new value of NexusUrl
|
* @param nexusUrl new value of nexusUrl
|
||||||
*/
|
*/
|
||||||
public void setNexusUrl(String NexusUrl) {
|
public void setNexusUrl(String nexusUrl) {
|
||||||
this.nexusUrl = NexusUrl;
|
this.nexusUrl = nexusUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user