Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Fix javadoc of assertObjectEquals.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Apr 30, 2019
1 parent 89ab8ac commit 59a7ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected String toXML(final Object root) {
}

/**
* More descriptive version of assertEquals
* Alternative version of assertEquals comparing the XML representation of the two objects.
*/
protected void assertObjectsEqual(final Object expected, final Object actual) {
if (expected == null) {
Expand Down

0 comments on commit 59a7ab2

Please sign in to comment.