Guest User

Untitled

a guest
Aug 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public MessageTable findByMsgid(String Msg_id)
  2. {
  3. System.out.println(Msg_id);
  4. return messagerepository.findById(Msg_id).get();
  5. }
Add Comment
Please, Sign In to add comment