mirror of https://github.com/apache/nifi.git
NIFI-4488 Corrected misspelling in PutMongoRecord description
This closes #2211 Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
parent
0e3d83c3b8
commit
ba8f17bac0
|
@ -48,7 +48,7 @@ import java.util.Set;
|
|||
@EventDriven
|
||||
@Tags({"mongodb", "insert", "record", "put"})
|
||||
@InputRequirement(InputRequirement.Requirement.INPUT_REQUIRED)
|
||||
@CapabilityDescription("Bulk ingest documents into MonogDB using a configured record reader.")
|
||||
@CapabilityDescription("Bulk ingest documents into MongoDB using a configured record reader.")
|
||||
public class PutMongoRecord extends AbstractMongoProcessor {
|
||||
static final Relationship REL_SUCCESS = new Relationship.Builder().name("success")
|
||||
.description("All FlowFiles that are written to MongoDB are routed to this relationship").build();
|
||||
|
|
Loading…
Reference in New Issue