Added method to unit test for ID

This commit is contained in:
Daryl
2012-09-03 17:11:32 +08:00
parent 0362b8578b
commit 21e188f9c9
2 changed files with 11 additions and 2 deletions

View File

@@ -239,9 +239,7 @@ public class GmailPlugin implements SimplexPlugin {
/*
* looks up the contact's email address given the contactID
*
* @param ContactId
*
* @return String email
*/
private String discoverContactEmail(ContactId cid) {