--- a/src/com/beem/project/beem/service/BeemChatManager.java Sun Dec 26 17:53:23 2010 +0100
+++ b/src/com/beem/project/beem/service/BeemChatManager.java Sun Dec 26 17:58:14 2010 +0100
@@ -62,7 +62,6 @@
import android.util.Log;
import com.beem.project.beem.BeemService;
-import com.beem.project.beem.R;
import com.beem.project.beem.service.aidl.IChat;
import com.beem.project.beem.service.aidl.IChatManager;
import com.beem.project.beem.service.aidl.IChatManagerListener;
@@ -270,6 +269,7 @@
/**
* Set a notification of a new chat.
* @param chat The chat to access by the notification
+ * @param msgBody the body of the new message
*/
private void notifyNewChat(IChat chat, String msgBody) {
SharedPreferences pref = PreferenceManager.getDefaultSharedPreferences(mService);