fix javadoc
This commit is contained in:
parent
d9c6759f8c
commit
490bc9906e
|
@ -121,8 +121,8 @@ public class ServiceConfig {
|
||||||
/**
|
/**
|
||||||
* @param path The path to set.
|
* @param path The path to set.
|
||||||
*/
|
*/
|
||||||
public void setPath(String binaryPathName) {
|
public void setPath(String path) {
|
||||||
this.path = binaryPathName;
|
this.path = path;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @return Returns the dependencies.
|
* @return Returns the dependencies.
|
||||||
|
|
Loading…
Reference in New Issue