Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private ChatUtils() {}
  2.  
  3. private static ChatUtils INSTANCE = new ChatUtils();
  4.  
  5. public static ChatUtils getInstance(){
  6. return INSTANCE;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement