I am working on an android project but i got this kind of conflict. I never met this before any clue which one should i keep?
<<< .merge_file_a36756
@Inject
TPOmnitureReporter reporter;
private TPCardAdapter adapter;
=======
private TPAdapter adapter;
>>>>>>> .merge_file_a32544
EDIT
My question is i am not quite sure which part of code is mine. Usually it should be <<< HEAD
is my code. But it is .merge_file_a
now.