pvillard31 commented on code in PR #2:
URL: https://github.com/apache/nifi-api/pull/2#discussion_r1955960544
##########
src/main/java/org/apache/nifi/components/PropertyDescriptor.java:
##########
@@ -247,6 +247,8 @@ public Builder fromPropertyDescriptor(final
PropertyDescriptor specDescriptor) {
*
* @param displayName of the property
* @return the builder
+ * @deprecated only {@link #name(String)} should be used - this method
will
+ * be removed in the next major release
Review Comment:
Correct. I don't expect the actual removal of it before a long time so only
using at documentation level makes it less noisy for now but still informs
developers that they should not use it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]