Commit d86be7a3 by nixonrodrigues

ATLAS-2004: Move Apache license header to the beginning of file. (Richard Ding via nixonrodrigues)

parent 5d26d664
package org.apache.atlas.kafka;
/** /**
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file * or more contributor license agreements. See the NOTICE file
...@@ -18,6 +16,8 @@ package org.apache.atlas.kafka; ...@@ -18,6 +16,8 @@ package org.apache.atlas.kafka;
* limitations under the License. * limitations under the License.
*/ */
package org.apache.atlas.kafka;
public class AtlasKafkaMessage<T> { public class AtlasKafkaMessage<T> {
private final T message; private final T message;
private final long offset; private final long offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment