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 748F520049C for ; Fri, 11 Aug 2017 18:36:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 72E8416D83C; Fri, 11 Aug 2017 16:36:17 +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 B91EF16D839 for ; Fri, 11 Aug 2017 18:36:16 +0200 (CEST) Received: (qmail 77325 invoked by uid 500); 11 Aug 2017 16:36:15 -0000 Mailing-List: contact commits-help@atlas.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.apache.org Delivered-To: mailing list commits@atlas.apache.org Received: (qmail 77308 invoked by uid 99); 11 Aug 2017 16:36:15 -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; Fri, 11 Aug 2017 16:36:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D224F1755; Fri, 11 Aug 2017 16:36:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nixon@apache.org To: commits@atlas.apache.org Date: Fri, 11 Aug 2017 16:36:16 -0000 Message-Id: <80a3f0dfa105409c99006111278b2bfb@git.apache.org> In-Reply-To: <61398210f93e4d2e9927bda7424c23e7@git.apache.org> References: <61398210f93e4d2e9927bda7424c23e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] atlas git commit: ATLAS-2004: Move Apache license header to the beginning of file. (Richard Ding via nixonrodrigues) archived-at: Fri, 11 Aug 2017 16:36:17 -0000 ATLAS-2004: Move Apache license header to the beginning of file. (Richard Ding via nixonrodrigues) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/d86be7a3 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/d86be7a3 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/d86be7a3 Branch: refs/heads/master Commit: d86be7a3b5db557a4650e4b57f726e42eb87b721 Parents: 5d26d66 Author: nixonrodrigues Authored: Fri Aug 11 22:02:32 2017 +0530 Committer: nixonrodrigues Committed: Fri Aug 11 22:02:32 2017 +0530 ---------------------------------------------------------------------- .../src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/d86be7a3/notification/src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java ---------------------------------------------------------------------- diff --git a/notification/src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java b/notification/src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java index cdbf57f..b04aba9 100644 --- a/notification/src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java +++ b/notification/src/main/java/org/apache/atlas/kafka/AtlasKafkaMessage.java @@ -1,5 +1,3 @@ -package org.apache.atlas.kafka; - /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -18,6 +16,8 @@ package org.apache.atlas.kafka; * limitations under the License. */ +package org.apache.atlas.kafka; + public class AtlasKafkaMessage { private final T message; private final long offset;