From issues-return-98365-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Jun 5 06:42:05 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6D66B18066C for ; Fri, 5 Jun 2020 08:42:05 +0200 (CEST) Received: (qmail 36400 invoked by uid 500); 5 Jun 2020 06:42:04 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 36375 invoked by uid 99); 5 Jun 2020 06:42:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2020 06:42:04 +0000 From: =?utf-8?q?GitBox?= To: issues@nifi.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bnifi-minifi-cpp=5D_hunyadi-dev_commented_on_a_chan?= =?utf-8?q?ge_in_pull_request_=23789=3A_MINIFICPP-1203_-_Enable_header_linti?= =?utf-8?q?ng_in_include_directories_and_resolve_linter_recommendations?= Message-ID: <159133932465.17834.17835404439425728020.asfpy@gitbox.apache.org> Date: Fri, 05 Jun 2020 06:42:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: hunyadi-dev commented on a change in pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r435719124 ########## File path: libminifi/include/core/ClassLoader.h ########## @@ -636,9 +612,9 @@ T *ClassLoader::instantiateRaw(const std::string &class_name, utils::Identifier } }/* namespace core */ -} /* namespace minifi */ -} /* namespace nifi */ -} /* namespace apache */ -} /* namespace org */ +} // namespace minifi +} // namespace nifi Review comment: Corrected. ---------------------------------------------------------------- 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: users@infra.apache.org