From issues-return-69498-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Sep 4 11:09:20 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 B5EE7180629 for ; Tue, 4 Sep 2018 11:09:19 +0200 (CEST) Received: (qmail 26577 invoked by uid 500); 4 Sep 2018 09:09:18 -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 26552 invoked by uid 99); 4 Sep 2018 09:09:17 -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; Tue, 04 Sep 2018 09:09:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4086DFF41; Tue, 4 Sep 2018 09:09:17 +0000 (UTC) From: britter To: issues@commons.apache.org Reply-To: issues@commons.apache.org References: In-Reply-To: Subject: [GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou... Content-Type: text/plain Message-Id: <20180904090917.D4086DFF41@git1-us-west.apache.org> Date: Tue, 4 Sep 2018 09:09:17 +0000 (UTC) Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 We agreed to just add `@FunctionalInterface` to `ThreadPredicate` and `ThreadGroupPredicate` ---