Skip to content

Commit 8019416

Browse files
ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment
1 parent 670bb2e commit 8019416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/lang3/ObjectUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ public static void identityToString(final Appendable appendable, final Object ob
373373
* @param builder the builder to append to
374374
* @param object the object to create a toString for
375375
* @since 3.2
376-
* @deprecated as of 3.6, use one of the other {@code identityToString} methods instead
376+
* @deprecated as of 3.6, because StrBuilder was moved to commons-text,
377+
* use one of the other {@code identityToString} methods instead
377378
*/
378379
@Deprecated
379380
public static void identityToString(final StrBuilder builder, final Object object) {

0 commit comments

Comments
 (0)