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