ppamorim

Untitled

Jul 27th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. private static class LazyHolder {
  2.     private static final FRAGMENT fragment = new FRAGMENT();
  3. }
  4.  
  5. public static FRAGMENT getInstance() {
  6.     return LazyHolder.fragment;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment