# HG changeset patch # User Da Risk # Date 1293382694 -3600 # Node ID 0d5d1d7735ca594b14d02a47b1315b1fb3ef60d3 # Parent 84cc7ee4b0678b80eecf3c9418f75877d41a3ea5 checkstyle diff -r 84cc7ee4b067 -r 0d5d1d7735ca src/com/beem/project/beem/service/BeemChatManager.java --- 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);