Author: mcombellack
Date: Thu May 15 05:12:24 2008
New Revision: 656612
URL: http://svn.apache.org/viewvc?rev=656612&view=rev
Log:
Minor corrections to the JavaDoc
Modified:
incubator/tuscany/java/sca/modules/node/src/main/java/org/apache/tuscany/sca/node/management/SCANodeManagerService.java
Modified:
incubator/tuscany/java/sca/modules/node/src/main/java/org/apache/tuscany/sca/node/management/SCANodeManagerService.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node/src/main/java/org/apache/tuscany/sca/node/management/SCANodeManagerService.java?rev=656612&r1=656611&r2=656612&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/node/src/main/java/org/apache/tuscany/sca/node/management/SCANodeManagerService.java
(original)
+++
incubator/tuscany/java/sca/modules/node/src/main/java/org/apache/tuscany/sca/node/management/SCANodeManagerService.java
Thu May 15 05:12:24 2008
@@ -43,8 +43,8 @@
/**
* Add an SCA contribution into the node.
*
- * @param uri the URI of the contribution
- * @param url the URL of the contribution
+ * @param contributionURI the URI of the contribution
+ * @param contributionURL the URL of the contribution
*/
void addContribution(String contributionURI, String contributionURL)
throws NodeException;
@@ -58,7 +58,7 @@
/**
* Add the named deployable composite to the domain level composite
*
- * @param compositeQName the name of the composite
+ * @param compositeName the name of the composite
*/
void addToDomainLevelComposite(String compositeName) throws NodeException;