Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trabetti-hcl committed Dec 13, 2022
1 parent 5f9b9d2 commit a4978fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private String getLastTenTransactions(String accountNo) {
response = response + "{\"date\" : \"" + date
+ "\", \"transaction_type\" : \""
+ transaction.getTransactionType()
+ "\", \"ammount\" : \"" + amount + "\" },\n";
+ "\", \"amount\" : \"" + amount + "\" },\n";
}
response = response + "],\n";
} catch (Exception e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
import com.ibm.security.appscan.altoromutual.util.ServletUtil;

/**
* This servlet allows to transfer funds between existing accounts
* Servlet implementation class TransverServlet
* This servlet allows transferring funds between existing accounts
* Servlet implementation class TransferServlet
*
* @author Alexei
*/
Expand Down

0 comments on commit a4978fc

Please sign in to comment.