Fix the build.

Change-Id: Icfeec3372dcde30723c49565649be03a4dd33c06
This commit is contained in:
Chung-yih Wang
2010-09-06 12:58:18 +08:00
parent b12baad935
commit b6264a8795

View File

@@ -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) {