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

Commit 38eb4748 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android (Google) Code Review
Browse files

Merge "Add missing "static"" into ics-mr1

parents 482a179f 5a8faeb4
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