LANG-1233: DiffBuilder add method to allow appending from a DiffResult (closes #122, closes #151)

Update javadoc for DiffBuilder#append(String, DiffResult)
This commit is contained in:
Nick Manley 2016-05-22 12:21:58 -05:00 committed by pascalschumacher
parent 34a5e7fa91
commit 5845a59289
1 changed files with 3 additions and 0 deletions

View File

@ -981,6 +981,9 @@ public Object[] getRight() {
* @param diffResult
* the {@code DiffResult} to append
* @return this
* @throws IllegalArgumentException
* if field name is {@code null}
* @since 3.5
*/
public DiffBuilder append(final String fieldName,
final DiffResult diffResult) {