ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment

This commit is contained in:
pascalschumacher 2017-05-25 14:46:50 +02:00
parent 670bb2e0a1
commit 8019416d81
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ public static void identityToString(final Appendable appendable, final Object ob
* @param builder the builder to append to
* @param object the object to create a toString for
* @since 3.2
* @deprecated as of 3.6, use one of the other {@code identityToString} methods instead
* @deprecated as of 3.6, because StrBuilder was moved to commons-text,
* use one of the other {@code identityToString} methods instead
*/
@Deprecated
public static void identityToString(final StrBuilder builder, final Object object) {