Display a human-readable version of this Diff. @return text version.
()
| 2369 | * @return text version. |
| 2370 | */ |
| 2371 | public String toString() { |
| 2372 | String prettyText = this.text.replace('\n', '\u00b6'); |
| 2373 | return "Diff(" + this.operation + ",\"" + prettyText + "\")"; |
| 2374 | } |
| 2375 | |
| 2376 | /** |
| 2377 | * Create a numeric hash value for a Diff. |
no outgoing calls
no test coverage detected