diff --git a/src/net/micode/notes/data/Contact.java b/src/net/micode/notes/data/Contact.java index a517801..64fc9e7 100644 --- a/src/net/micode/notes/data/Contact.java +++ b/src/net/micode/notes/data/Contact.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package net.micode.notes.data;//导入包666666666666666666666666666666666 +package net.micode.notes.data;//导入包 import android.content.Context; import android.database.Cursor; @@ -40,7 +40,7 @@ public class Contact {//创建类 if(sContactCache == null) { sContactCache = new HashMap(); } - + // 检查缓存 if(sContactCache.containsKey(phoneNumber)) { return sContactCache.get(phoneNumber); }