am b6264a87: Fix the build.
Merge commit 'b6264a8795ed9469c80727123e3cafda1b07eda3' into gingerbread-plus-aosp * commit 'b6264a8795ed9469c80727123e3cafda1b07eda3': Fix the build.
This commit is contained in:
@@ -108,7 +108,7 @@ public class SipPhone extends SipPhoneBase {
|
||||
}
|
||||
|
||||
public boolean equals(SipPhone phone) {
|
||||
return getSipUri().equals(phone.getSipUri()));
|
||||
return getSipUri().equals(phone.getSipUri());
|
||||
}
|
||||
|
||||
public boolean canTake(Object incomingCall) {
|
||||
|
||||
Reference in New Issue
Block a user