ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment
This commit is contained in:
parent
670bb2e0a1
commit
8019416d81
|
@ -373,7 +373,8 @@ public class ObjectUtils {
|
||||||
* @param builder the builder to append to
|
* @param builder the builder to append to
|
||||||
* @param object the object to create a toString for
|
* @param object the object to create a toString for
|
||||||
* @since 3.2
|
* @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
|
@Deprecated
|
||||||
public static void identityToString(final StrBuilder builder, final Object object) {
|
public static void identityToString(final StrBuilder builder, final Object object) {
|
||||||
|
|
Loading…
Reference in New Issue