toString fixed in Call

This commit is contained in:
Andrey Breslav
2011-11-14 20:10:41 +03:00
parent ee8c96ddee
commit 1befef2a2f
@@ -243,7 +243,7 @@ public class CallMaker {
@Override
public String toString() {
return callElement.toString();
return callElement.getText();
}
};
}