dan-s1 commented on code in PR #2:
URL: https://github.com/apache/nifi-api/pull/2#discussion_r1955215253
##########
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:
Is there a reason you are only stating this in the javadocs and not using
the `@Deprecated` annotation?
--
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]