You can use following @SuppressWarnings
For example idea is complaining about “contentid” that should be “contentId” according to him
@SuppressWarnings("SpellCheckingInspection")
public static final String ARG_CONTENT_ID = "contentid";
You can use following @SuppressWarnings
For example idea is complaining about “contentid” that should be “contentId” according to him
@SuppressWarnings("SpellCheckingInspection")
public static final String ARG_CONTENT_ID = "contentid";