NIFI-3459 Fixed documentation for UnpackContent File Filter.

This closes #1558.

Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
Giovanni Lanzani 2017-03-02 22:43:17 +01:00 committed by Andy LoPresto
parent 7c6f2dc677
commit 5990db39ae
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class UnpackContent extends AbstractProcessor {
public static final PropertyDescriptor FILE_FILTER = new PropertyDescriptor.Builder()
.name("File Filter")
.description("Only files whose names match the given regular expression will be extracted (tar/zip only)")
.description("Only files contained in the archive whose names match the given regular expression will be extracted (tar/zip only)")
.required(true)
.defaultValue(".*")
.addValidator(StandardValidators.REGULAR_EXPRESSION_VALIDATOR)