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:
Willie Engelbrecht 2018-02-26 15:52:27 +01:00 committed by James Wing
parent 3d9c470be3
commit 1ec7bcd286
1 changed files with 1 additions and 1 deletions

View File

@ -2520,7 +2520,7 @@ Sometimes it may be desirable to deprecate a component. Whenever this occurs the
[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 {
----
As you can see, the alternatives can be used to define and array of alternative Components, while classNames can be