kinow commented on a change in pull request #308: LANG-1366 : Add Feature for
No ClassName and MultiLine StringStyle
URL: https://github.com/apache/commons-lang/pull/308#discussion_r331425812
##########
File path: src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java
##########
@@ -2633,4 +2647,48 @@ private Object readResolve() {
}
}
+
+ //
----------------------------------------------------------------------------
+
+ /**
+ * <p>
+ * <code>ToStringStyle</code> that outputs with No Class Name in a Multi
Line format.
+ * </p>
+ *
+ * <p>
+ * This is an inner class rather than using
+ * <code>StandardToStringStyle</code> to ensure its immutability.
+ * </p>
+ *
+ * @since 3.7
Review comment:
Unfortunately we took a while to review this, sorry. Current release is 3.9.
This would be 3.10 now, but can be fixed later after reviews :+1:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services