Skip to content

Commit

Permalink
MINIFICPP-1203 - Correct newly introduced incorrect namespace comment…
Browse files Browse the repository at this point in the history
…ing, fix incorrect ctr explicitness
  • Loading branch information
hunyadi-dev committed Jun 12, 2020
1 parent d044e2e commit 7aedb2e
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 57 deletions.
10 changes: 5 additions & 5 deletions extensions/librdkafka/KafkaConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ class KafkaConnection {
}
};

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org

#endif // EXTENSIONS_LIBRDKAFKA_KAFKACONNECTION_H_
10 changes: 5 additions & 5 deletions extensions/librdkafka/KafkaTopic.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ class KafkaTopic {
gsl::owner<rd_kafka_topic_t*> topic_reference_;
};

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org

#endif // EXTENSIONS_LIBRDKAFKA_KAFKATOPIC_H_
10 changes: 5 additions & 5 deletions extensions/librdkafka/PublishKafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ class PublishKafka : public core::Processor {
REGISTER_RESOURCE(PublishKafka, "This Processor puts the contents of a FlowFile to a Topic in Apache Kafka. The content of a FlowFile becomes the contents of a Kafka message. "
"This message is optionally assigned a key by using the <Kafka Key> Property.");

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org

#endif // EXTENSIONS_LIBRDKAFKA_PUBLISHKAFKA_H_
10 changes: 5 additions & 5 deletions extensions/standard-processors/processors/GetFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ int16_t GetFile::getMetricNodes(std::vector<std::shared_ptr<state::response::Res
return 0;
}

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
10 changes: 5 additions & 5 deletions extensions/windows-event-log/ConsumeWindowsEventLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ void ConsumeWindowsEventLog::LogWindowsError(std::string error) const
LocalFree(lpMsg);
}

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
10 changes: 5 additions & 5 deletions extensions/windows-event-log/ConsumeWindowsEventLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ class ConsumeWindowsEventLog : public core::Processor

REGISTER_RESOURCE(ConsumeWindowsEventLog, "Windows Event Log Subscribe Callback to receive FlowFiles from Events on Windows.");

} /* namespace processors */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace processors
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
2 changes: 1 addition & 1 deletion libminifi/include/utils/MinifiConcurrentQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace utils {
template <typename T>
class ConcurrentQueue {
public:
ConcurrentQueue() = default;
explicit ConcurrentQueue() = default;

ConcurrentQueue(const ConcurrentQueue& other) = delete;
ConcurrentQueue& operator=(const ConcurrentQueue& other) = delete;
Expand Down
2 changes: 1 addition & 1 deletion libminifi/include/utils/Monitors.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AfterExecute {
virtual ~AfterExecute() {
}

AfterExecute() {
explicit AfterExecute() {
}

explicit AfterExecute(AfterExecute &&other) {
Expand Down
8 changes: 4 additions & 4 deletions libminifi/include/utils/gsl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ namespace minifi {

namespace gsl = ::gsl_lite;

} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org

#endif // LIBMINIFI_INCLUDE_UTILS_GSL_H_
8 changes: 4 additions & 4 deletions libminifi/src/EventDrivenSchedulingAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ utils::TaskRescheduleInfo EventDrivenSchedulingAgent::run(const std::shared_ptr<
return utils::TaskRescheduleInfo::Done();
}

} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
8 changes: 4 additions & 4 deletions libminifi/src/FlowControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ int FlowControlProtocol::sendReportReq() {
}
}

} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
8 changes: 4 additions & 4 deletions libminifi/src/FlowController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ std::vector<BackTrace> FlowController::getTraces() {
return traces;
}

} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
8 changes: 4 additions & 4 deletions libminifi/src/SchedulingAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void SchedulingAgent::watchDogFunc() {
}
}

} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
10 changes: 5 additions & 5 deletions libminifi/src/c2/C2Agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,8 @@ void C2Agent::update_agent() {
}
}

} /* namespace c2 */
} /* namespace minifi */
} /* namespace nifi */
} /* namespace apache */
} /* namespace org */
} // namespace c2
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org

0 comments on commit 7aedb2e

Please sign in to comment.