Dennis Baerten created LANG-1724:
------------------------------------
Summary: It should be possible to customise the text from
DiffResult
Key: LANG-1724
URL: https://issues.apache.org/jira/browse/LANG-1724
Project: Commons Lang
Issue Type: Improvement
Components: lang.builder.*
Affects Versions: 3.14.0
Reporter: Dennis Baerten
At this moment when using DiffResult the toString() method will generate an
output like
{code:java}
String.format("%s %s %s", lhsBuilder.build(), "differs from",
rhsBuilder.build()){code}
However the differs from is fixed in English, it would be very convenient to
have this configurable so that we can also use this with other languages.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)