adamdebreceni commented on a change in pull request #917:
URL: https://github.com/apache/nifi-minifi-cpp/pull/917#discussion_r498160741
##########
File path: extensions/libarchive/CompressContent.cpp
##########
@@ -42,14 +42,14 @@ core::Property CompressContent::CompressMode(
core::PropertyBuilder::createProperty("Mode")->withDescription("Indicates
whether the processor should compress content or decompress content.")
->isRequired(false)->withAllowableValues<std::string>({MODE_COMPRESS,
MODE_DECOMPRESS})->withDefaultValue(MODE_COMPRESS)->build());
core::Property CompressContent::CompressFormat(
- core::PropertyBuilder::createProperty("Compression
Format")->withDescription("The compression format to use.")
+ core::PropertyBuilder::createProperty("Compression
CompressionFormat")->withDescription("The compression CompressionFormat to
use.")
Review comment:
restore property name
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]