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/0cb3d35c
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/0cb3d35c
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/0cb3d35c

Branch: refs/heads/0.8-incubating
Commit: 0cb3d35c423d81708b6f77237e9873b9b0acfcc1
Parents: 34b0c19
Author: nixonrodrigues <ni...@apache.org>
Authored: Fri Aug 11 22:02:32 2017 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Fri Aug 11 22:08:42 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/0cb3d35c/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