Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6A1D4200D41 for ; Wed, 22 Nov 2017 21:30:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 68DB8160BFD; Wed, 22 Nov 2017 20:30:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A7408160BEC for ; Wed, 22 Nov 2017 21:30:24 +0100 (CET) Received: (qmail 6216 invoked by uid 500); 22 Nov 2017 20:30:23 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 6205 invoked by uid 99); 22 Nov 2017 20:30:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2017 20:30:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7178BDFE5F; Wed, 22 Nov 2017 20:30:23 +0000 (UTC) From: dieb To: issues@commons.apache.org Reply-To: issues@commons.apache.org References: In-Reply-To: Subject: [GitHub] commons-lang issue #309: Fix EventCountCircuitBreaker increment batch Content-Type: text/plain Message-Id: <20171122203023.7178BDFE5F@git1-us-west.apache.org> Date: Wed, 22 Nov 2017 20:30:23 +0000 (UTC) archived-at: Wed, 22 Nov 2017 20:30:25 -0000 Github user dieb commented on the issue: https://github.com/apache/commons-lang/pull/309 Hey @kinow, thank you for reviewing. Can you hold it off for a moment? Just realized the javadoc is incomplete, updating it right now. ---