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 4238D200BFC for ; Sat, 14 Jan 2017 15:12:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40BC6160B51; Sat, 14 Jan 2017 14:12:32 +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 8D33A160B35 for ; Sat, 14 Jan 2017 15:12:31 +0100 (CET) Received: (qmail 19182 invoked by uid 500); 14 Jan 2017 14:12:30 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 19103 invoked by uid 99); 14 Jan 2017 14:12:30 -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; Sat, 14 Jan 2017 14:12:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67BA1DFCE0; Sat, 14 Jan 2017 14:12:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bodewig@apache.org To: commits@commons.apache.org Date: Sat, 14 Jan 2017 14:12:29 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] commons-compress git commit: the java8 hint isn't true anymore archived-at: Sat, 14 Jan 2017 14:12:32 -0000 Repository: commons-compress Updated Branches: refs/heads/master 6a7a99ed2 -> 75ba40cd9 the java8 hint isn't true anymore Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7ba02aa1 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7ba02aa1 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/7ba02aa1 Branch: refs/heads/master Commit: 7ba02aa199bf3b26dd1794588dc4aa9e46dcd3c1 Parents: 6a7a99e Author: Stefan Bodewig Authored: Sat Jan 14 14:51:16 2017 +0100 Committer: Stefan Bodewig Committed: Sat Jan 14 14:51:16 2017 +0100 ---------------------------------------------------------------------- .../commons/compress/compressors/lz77support/LZ77Compressor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/7ba02aa1/src/main/java/org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java b/src/main/java/org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java index 532090f..25bcde0 100644 --- a/src/main/java/org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java +++ b/src/main/java/org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java @@ -176,7 +176,7 @@ public class LZ77Compressor { * bytes to compress and may be invoked multiple times during the * execution of {@link #compress} or {@link #finish}.

*/ - public interface Callback /* extends Consumer */ { + public interface Callback { /** * Consumes a block. * @param b the block to consume