You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2008/05/13 14:44:19 UTC

svn commit: r655838 - /incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java

Author: mcombellack
Date: Tue May 13 05:44:19 2008
New Revision: 655838

URL: http://svn.apache.org/viewvc?rev=655838&view=rev
Log:
Corrections to the JavaDoc

Modified:
    incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java

Modified: incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java?rev=655838&r1=655837&r2=655838&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java (original)
+++ incubator/tuscany/java/sca/modules/binding-ejb/src/test/java/account/Customer.java Tue May 13 05:44:19 2008
@@ -27,7 +27,8 @@
      * This method deposits the amount. method accesses external EJB to get the 
      * current balance and add the amount to existing balance.
      *
-     * @param String amount to be deposited
+     * @param accountNo The number of the account into which to deposit the money
+     * @param amount The amount to be deposited
      * @return total amount in customer account after deposit
      */
     Double depositAmount(java.lang.String accountNo, Double amount);