Skip to content

Commit 2213028

Browse files
Fix javadoc
1 parent 1b3c46d commit 2213028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/assertj/core/presentation/StandardRepresentation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private static boolean hasOverriddenToStringInSubclassOf(Class<?> objectClass, C
290290
* Returns the {@code String} representation of the given object with its type and hexadecimal identity hash code so that
291291
* it can be differentiated from other objects with the same {@link #toStringOf(Object)} representation.
292292
*
293-
* @param object the object to represent.
293+
* @param obj the object to represent.
294294
* @return the unambiguous {@code toString} representation of the given object.
295295
*/
296296
@Override

0 commit comments

Comments
 (0)