Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8faeb4 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Add missing "static"

Change-Id: Ieeb52b7cf87b7294b56d3d73d7d39421fd03124a
parent 2993b6b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public final class GroupMemberLoader extends CursorLoader {
    /**
     * Projection map is taken from {@link ContactListAdapter}
     */
    private final String[] PROJECTION_DATA = new String[] {
    private static final String[] PROJECTION_DATA = new String[] {
        // TODO: Pull Projection_data out into util class
        Data.CONTACT_ID,                        // 0
        Data.RAW_CONTACT_ID,                    // 1