Author: mcombellack
Date: Tue May 13 03:31:31 2008
New Revision: 655794

URL: http://svn.apache.org/viewvc?rev=655794&view=rev
Log:
Corrected parameter name in the JavaDoc as it was wrong

Modified:
    
incubator/tuscany/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/ConfiguredOperation.java

Modified: 
incubator/tuscany/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/ConfiguredOperation.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/ConfiguredOperation.java?rev=655794&r1=655793&r2=655794&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/ConfiguredOperation.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/ConfiguredOperation.java
 Tue May 13 03:31:31 2008
@@ -53,7 +53,7 @@
     /**
      * Sets the name of the service or reference to which this operation 
belongs.
      * 
-     * @param the name of the contract to which this operation belongs
+     * @param contractName the name of the contract to which this operation 
belongs
      */
     void setContractName(String contractName);
 }


Reply via email to