toString fixed in Call
This commit is contained in:
@@ -243,7 +243,7 @@ public class CallMaker {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return callElement.toString();
|
||||
return callElement.getText();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user