am b6264a87: Fix the build.

Merge commit 'b6264a8795ed9469c80727123e3cafda1b07eda3' into gingerbread-plus-aosp

* commit 'b6264a8795ed9469c80727123e3cafda1b07eda3':
  Fix the build.
This commit is contained in:
Chung-yih Wang
2010-09-05 22:01:38 -07:00
committed by Android Git Automerger

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