NIFI-11301 Fixed typos in ISPEnrichIP and DistributeLoad

This closes #7056

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Dustin Rodrigues 2023-03-18 19:53:38 -04:00 committed by exceptionfactory
parent d563f522d4
commit cb6e530a3c
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import java.util.concurrent.TimeUnit;
@Tags({"ISP", "enrich", "ip", "maxmind"})
@InputRequirement(Requirement.INPUT_REQUIRED)
@CapabilityDescription("Looks up ISP information for an IP address and adds the information to FlowFile attributes. The "
+ "ISP data is provided as a MaxMind ISP database (Note that this is NOT the same as the GeoLite database utilized" +
+ "ISP data is provided as a MaxMind ISP database. (Note that this is NOT the same as the GeoLite database utilized " +
"by some geo enrichment tools). The attribute that contains the IP address to lookup is provided by the " +
"'IP Address Attribute' property. If the name of the attribute provided is 'X', then the the attributes added by" +
" enrichment will take the form X.isp.<fieldName>")