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 164B5200B80 for ; Wed, 14 Sep 2016 17:13:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 14F80160AB4; Wed, 14 Sep 2016 15:13:30 +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 842A3160AD4 for ; Wed, 14 Sep 2016 17:13:29 +0200 (CEST) Received: (qmail 44228 invoked by uid 500); 14 Sep 2016 15:13:28 -0000 Mailing-List: contact commits-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list commits@apex.apache.org Received: (qmail 44219 invoked by uid 99); 14 Sep 2016 15:13:28 -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, 14 Sep 2016 15:13:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9AAA7E01BA; Wed, 14 Sep 2016 15:13:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chinmay@apache.org To: commits@apex.apache.org Message-Id: <8a26a23a98ea4225bbc4a78bdfea3df7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: apex-malhar git commit: Fix package-info. Date: Wed, 14 Sep 2016 15:13:28 +0000 (UTC) archived-at: Wed, 14 Sep 2016 15:13:30 -0000 Repository: apex-malhar Updated Branches: refs/heads/master b439a72d1 -> b811e3356 Fix package-info. Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/b811e335 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/b811e335 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/b811e335 Branch: refs/heads/master Commit: b811e335621f47fd74114a40af85ca888cff5219 Parents: b439a72 Author: Thomas Weise Authored: Tue Sep 13 16:21:57 2016 -0700 Committer: Thomas Weise Committed: Tue Sep 13 21:43:05 2016 -0700 ---------------------------------------------------------------------- .../apache/apex/malhar/contrib/misc/streamquery/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/b811e335/contrib/src/main/java/org/apache/apex/malhar/contrib/misc/streamquery/package-info.java ---------------------------------------------------------------------- diff --git a/contrib/src/main/java/org/apache/apex/malhar/contrib/misc/streamquery/package-info.java b/contrib/src/main/java/org/apache/apex/malhar/contrib/misc/streamquery/package-info.java index 358c0bb..f14e017 100644 --- a/contrib/src/main/java/org/apache/apex/malhar/contrib/misc/streamquery/package-info.java +++ b/contrib/src/main/java/org/apache/apex/malhar/contrib/misc/streamquery/package-info.java @@ -20,4 +20,4 @@ * Library of operators for streaming query language. */ @org.apache.hadoop.classification.InterfaceStability.Evolving -package org.apache.apex.malhar.lib.misc.streamquery; +package org.apache.apex.malhar.contrib.misc.streamquery;