Fix the build.
Change-Id: Icfeec3372dcde30723c49565649be03a4dd33c06
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