Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jan 2, 2022
1 parent 1b3c46d commit 2213028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ private static boolean hasOverriddenToStringInSubclassOf(Class<?> objectClass, C
* Returns the {@code String} representation of the given object with its type and hexadecimal identity hash code so that
* it can be differentiated from other objects with the same {@link #toStringOf(Object)} representation.
*
* @param object the object to represent.
* @param obj the object to represent.
* @return the unambiguous {@code toString} representation of the given object.
*/
@Override
Expand Down

0 comments on commit 2213028

Please sign in to comment.