Guest User

Untitled

a guest
Oct 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public int updateSummary(String summaryMessage) {
  2.  
  3. update_in_DB(summaryMessage);
  4. if (success) return 1;
  5. return -1; }
  6.  
  7. public void updateSummary(String summaryMessage) {
  8.  
  9. update_in_DB(summaryMessage);
  10. }
Add Comment
Please, Sign In to add comment