fix javadoc

This commit is contained in:
Doug MacEachern 2005-06-26 04:02:00 +00:00
parent d9c6759f8c
commit 490bc9906e
1 changed files with 2 additions and 2 deletions

View File

@ -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.