Skip to content

Commit

Permalink
HUEditorRow.toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 3, 2017
1 parent b1dfee9 commit 41e9ea7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/de/metas/ui/web/handlingunits/HUEditorRow.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ private HUEditorRow(final Builder builder)
}
}

@Override
public String toString()
{
return MoreObjects.toStringHelper(this)
.add("rowId", rowId)
.add("summary", getSummary())
.toString();
}

@Override
public DocumentPath getDocumentPath()
{
Expand Down

0 comments on commit 41e9ea7

Please sign in to comment.