Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdebreceni committed Dec 2, 2024
1 parent ca5bf2b commit 5e526de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "core/PropertyType.h"
#include "couchbase/cluster.hxx"
#include "core/ProcessContext.h"
#include "core/logging/LoggerConfiguration.h"
#include "core/logging/LoggerFactory.h"
#include "controllers/SSLContextService.h"

namespace org::apache::nifi::minifi::couchbase {
Expand Down
2 changes: 1 addition & 1 deletion extensions/couchbase/processors/GetCouchbaseKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include "core/AbstractProcessor.h"
#include "core/ProcessSession.h"
#include "core/logging/LoggerConfiguration.h"
#include "core/logging/LoggerFactory.h"
#include "CouchbaseClusterService.h"

namespace org::apache::nifi::minifi::couchbase::processors {
Expand Down

0 comments on commit 5e526de

Please sign in to comment.