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 <ni...@apache.org>
Authored: Fri Aug 11 22:02:32 2017 +0530
Committer: nixonrodrigues <ni...@apache.org>
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<T> {
     private final T    message;
     private final long offset;

Reply via email to