Author: rahul Date: Sun Jan 11 17:38:01 2009 New Revision: 733573 URL: http://svn.apache.org/viewvc?rev=733573&view=rev Log: Remove Javadoc warnings.
Modified: jakarta/taglibs/proper/rdc/trunk/taglibs-rdc-examples/src/main/java/org/apache/taglibs/rdc/sampleapps/mortgage/MortgageAppBean.java Modified: jakarta/taglibs/proper/rdc/trunk/taglibs-rdc-examples/src/main/java/org/apache/taglibs/rdc/sampleapps/mortgage/MortgageAppBean.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/taglibs-rdc-examples/src/main/java/org/apache/taglibs/rdc/sampleapps/mortgage/MortgageAppBean.java?rev=733573&r1=733572&r2=733573&view=diff ============================================================================== --- jakarta/taglibs/proper/rdc/trunk/taglibs-rdc-examples/src/main/java/org/apache/taglibs/rdc/sampleapps/mortgage/MortgageAppBean.java (original) +++ jakarta/taglibs/proper/rdc/trunk/taglibs-rdc-examples/src/main/java/org/apache/taglibs/rdc/sampleapps/mortgage/MortgageAppBean.java Sun Jan 11 17:38:01 2009 @@ -106,7 +106,7 @@ /** * Sets the down payment for the mortgage * - * @param String the new down payment + * @param string the new down payment */ public void setDownPayment(String string) { downPayment = string; @@ -115,7 +115,7 @@ /** * Sets the member number * - * @param String the new member number + * @param string the new member number */ public void setMemberNumber(String string) { @@ -125,7 +125,7 @@ /** * Sets the multiple listing service number * - * @param String the new MLS number + * @param string the new MLS number */ public void setMlsNumber(String string) { mlsNumber = string; @@ -134,7 +134,7 @@ /** * Sets the property value * - * @param String the new property value + * @param string the new property value */ public void setPropertyValue(String string) { propertyValue = string; @@ -143,7 +143,7 @@ /** * Sets the transaction number * - * @param String the new transaction number + * @param string the new transaction number */ public void setTransactionNum(String string) { transactionNum = string; @@ -152,7 +152,7 @@ /** * Sets the result code * - * @param String the new result code + * @param string the new result code */ public void setResultCode(String string) { resultCode = string; --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org