Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50BB511406 for ; Tue, 17 Jun 2014 20:10:40 +0000 (UTC) Received: (qmail 13451 invoked by uid 500); 17 Jun 2014 20:10:40 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 13396 invoked by uid 500); 17 Jun 2014 20:10:40 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 13383 invoked by uid 99); 17 Jun 2014 20:10:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 20:10:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ewenstephan@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-ig0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 20:10:34 +0000 Received: by mail-ig0-f170.google.com with SMTP id h15so1352190igd.1 for ; Tue, 17 Jun 2014 13:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=y50it1x/16gX7RKSNYbHoCh56/g3YhejAuKpzw0ZIyY=; b=fYUpGT4YgHMdpv70SBowmVQixcju5gBC7zlu4ShcYanVgdLjJC2k1SVwSB3+Mf/y8m ZN9o39DKw+m2cuDYnGbpjAXEIlx3WHq9j0BHA0a6F83ldR3c9QX+lIMM+X57HxQfICse wHHk88NcQXw46V/vZi9zxezS4J51vzsrCgY0OyFyLxDtV2/kWNMxIpCeq19Tv19yugMf EDzcezGdVBnMyb07Qe1lTn+4u2QSjwogH2HbXKuEtxdIHzhyjunlC2rQY1oukjjGaaVd XKr2noE4p52uDCTQMwfG5xt3js8T0OudwxXh86YgZj0b5j2EwghGQmDqquZV1rK+9z6R UcrA== MIME-Version: 1.0 X-Received: by 10.50.25.37 with SMTP id z5mr95683igf.26.1403035809252; Tue, 17 Jun 2014 13:10:09 -0700 (PDT) Sender: ewenstephan@gmail.com Received: by 10.64.111.6 with HTTP; Tue, 17 Jun 2014 13:10:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Jun 2014 22:10:09 +0200 X-Google-Sender-Auth: oLmPk9ccs67pLWHqShCcr_tVrKY Message-ID: Subject: Re: Unused TypeInformation parameter in DeltaIteration constructor From: Stephan Ewen To: dev@flink.incubator.apache.org Content-Type: multipart/alternative; boundary=047d7bd74a1e0489e304fc0dbb1b X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd74a1e0489e304fc0dbb1b Content-Type: text/plain; charset=UTF-8 I think you are right, it is a copy/paste artifact. Since the "type" and "solutionSet.getType()" are identical, it is redundant. --047d7bd74a1e0489e304fc0dbb1b--