mirror of https://github.com/apache/nifi.git
NIFI-4910 Fixing slight spelling mistake in error message, needs a space
Signed-off-by: James Wing <jvwing@gmail.com> This closes #2492.
This commit is contained in:
parent
3d9c470be3
commit
1ec7bcd286
|
@ -2520,7 +2520,7 @@ Sometimes it may be desirable to deprecate a component. Whenever this occurs the
|
||||||
|
|
||||||
[source, java]
|
[source, java]
|
||||||
----
|
----
|
||||||
@DeprecationNotice(alternatives = {ListenSyslog.class}, classNames = {"org.apache.nifi.processors.standard.ListenRELP"}, reason = "Technologyhas been superseded", )
|
@DeprecationNotice(alternatives = {ListenSyslog.class}, classNames = {"org.apache.nifi.processors.standard.ListenRELP"}, reason = "Technology has been superseded", )
|
||||||
public class ListenOldProtocol extends AbstractProcessor {
|
public class ListenOldProtocol extends AbstractProcessor {
|
||||||
----
|
----
|
||||||
As you can see, the alternatives can be used to define and array of alternative Components, while classNames can be
|
As you can see, the alternatives can be used to define and array of alternative Components, while classNames can be
|
||||||
|
|
Loading…
Reference in New Issue