Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. public class MainActivity extends Activity {
  2. <<<<<<< HEAD
  3. final String TAG = MainActivity.class.getSimpleName();
  4. private IabHelper mHelper;
  5. //...rest of the code
  6. //after 250 lines of code or so again
  7. //...
  8. }
  9. };
  10. =======
  11. private IabHelper mHelper;
  12. //this field and all next ones, till the end, are repeated
  13. //then in the end of a source file, there was
  14. }
  15. };
  16. >>>>>>> 4
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement