am fa238949: Add comment about ignoring large data ids

* commit 'fa238949855fba3b28a57fad3d585b13e80362bb':
  Add comment about ignoring large data ids
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java
index 8b4e124..172eb0d 100644
--- a/src/com/android/contacts/quickcontact/QuickContactActivity.java
+++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -1310,6 +1310,7 @@
             return null;
         }
 
+        // Ignore dataIds from the Me profile.
         final int dataId = dataItem.getId() > Integer.MAX_VALUE ?
                 -1 : (int) dataItem.getId();