From dev-return-39405-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Sep 20 10:37:42 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 29A3F180677 for ; Thu, 20 Sep 2018 10:37:41 +0200 (CEST) Received: (qmail 44614 invoked by uid 500); 20 Sep 2018 08:37:40 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 44371 invoked by uid 99); 20 Sep 2018 08:37:40 -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; Thu, 20 Sep 2018 08:37:40 +0000 From: GitBox To: dev@ignite.apache.org Subject: [GitHub] SomeFire commented on a change in pull request #15: Incremental build upload Message-ID: <153743266013.15305.17686039888323172769.gitbox@gitbox.apache.org> Date: Thu, 20 Sep 2018 08:37:40 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit SomeFire commented on a change in pull request #15: Incremental build upload URL: https://github.com/apache/ignite-teamcity-bot/pull/15#discussion_r219073969 ########## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java ########## @@ -79,6 +82,9 @@ * */ public class IgnitePersistentTeamcity implements IAnalyticsEnabledTeamcity, ITeamcity, ITcAnalytics { + /** Logger. */ + private static final Logger logger = LoggerFactory.getLogger(IgniteTeamcityHelper.class); Review comment: `IgniteTeamcityHelper.class`? May be `IgnitePersistentTeamcity`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services