Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgamez committed Feb 19, 2025
1 parent 54aed3f commit 2228878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 69 deletions.
4 changes: 2 additions & 2 deletions libminifi/include/core/ParameterProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ struct ParameterProviderConfig {
}
};

class ParameterProvider : public ConfigurableComponent, public CoreComponent {
class ParameterProvider : public ConfigurableComponentImpl, public CoreComponentImpl {
public:
using CoreComponent::CoreComponent;
using CoreComponentImpl::CoreComponentImpl;
ParameterProvider(const ParameterProvider &other) = delete;
ParameterProvider &operator=(const ParameterProvider &other) = delete;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma once

#include "core/ParameterProvider.h"
#include "core/logging/LoggerConfiguration.h"
#include "core/logging/LoggerFactory.h"

namespace org::apache::nifi::minifi::parameter_providers {

Expand Down
66 changes: 0 additions & 66 deletions minifi-api/include/minifi-cpp/core/ParameterContext.h

This file was deleted.

0 comments on commit 2228878

Please sign in to comment.