Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // TODO: Need to optimize this once n becomes greater than 1000.
  2.  
  3. // TODO: Fix SQL injection bug before production release!
  4.  
  5. /**
  6. * @param amount (XXX or XXX.XX)
  7. */
  8. public doSomething(String amount) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement