--- a/.hgtags Tue Dec 29 20:48:16 2009 +0100
+++ b/.hgtags Tue Dec 29 20:53:21 2009 +0100
@@ -1,1 +1,2 @@
16373c4cd73330fa568960a11a6ee7aea6886a4d sfr-release
+bccd99644eac57bb19a239697704db089dd585f7 0.1
--- a/src/com/beem/project/beem/BeemService.java Tue Dec 29 20:48:16 2009 +0100
+++ b/src/com/beem/project/beem/BeemService.java Tue Dec 29 20:53:21 2009 +0100
@@ -40,7 +40,7 @@
Flavien Astraud, November 26, 2009
Head of the EIP Laboratory.
- */
+*/
package com.beem.project.beem;
import org.jivesoftware.smack.ConnectionConfiguration;
--- a/src/com/beem/project/beem/service/XmppFacade.java Tue Dec 29 20:48:16 2009 +0100
+++ b/src/com/beem/project/beem/service/XmppFacade.java Tue Dec 29 20:53:21 2009 +0100
@@ -69,7 +69,6 @@
/**
* Constructor for XMPPFacade.
* @param connection the connection use by the facade
- * @param service the service which holds the facade
* @param jingle the jingle session
*/
public XmppFacade(final XmppConnectionAdapter connection, final JingleService jingle) {