I keep getting annoyed by the "Can be private" warning, however my FirebaseRecyclerAdapter
will not work in that case. So, is there a @SuppressWarnings
for that?
What I've tried:
@SuppressWarnings("all")
but that's not what I want.
Note: I am using Android Studio