fgerlits commented on code in PR #1334: URL: https://github.com/apache/nifi-minifi-cpp/pull/1334#discussion_r885772276
########## extensions/azure/processors/PutAzureBlobStorage.cpp: ########## @@ -22,41 +22,14 @@ #include "core/ProcessContext.h" #include "core/ProcessSession.h" +#include "core/PropertyBuilder.h" Review Comment: I left these in on purpose, as I thought I'd move the static definitions back from the `...StaticDefinitions.cpp` files soon. Since it looks like they will stay like that for a while, I have removed these includes in 416f85452eb9a640de42bc52c9619d459bc5e5cf -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
