Repository: kafka
Updated Branches:
  refs/heads/trunk 2a9c18a87 -> d3b8ff024


HOTFIX: Fix apache headers in float serde class files

hachikuji

Author: Guozhang Wang <wangg...@gmail.com>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #2679 from guozhangwang/KHotfix-serde-headers


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d3b8ff02
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d3b8ff02
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d3b8ff02

Branch: refs/heads/trunk
Commit: d3b8ff02437e735801e36cc4970b794344400058
Parents: 2a9c18a
Author: Guozhang Wang <wangg...@gmail.com>
Authored: Mon Mar 13 13:47:17 2017 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Mon Mar 13 13:47:17 2017 -0700

----------------------------------------------------------------------
 .../common/serialization/FloatDeserializer.java | 22 ++++++++++++--------
 .../common/serialization/FloatSerializer.java   | 22 ++++++++++++--------
 2 files changed, 26 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/d3b8ff02/clients/src/main/java/org/apache/kafka/common/serialization/FloatDeserializer.java
----------------------------------------------------------------------
diff --git 
a/clients/src/main/java/org/apache/kafka/common/serialization/FloatDeserializer.java
 
b/clients/src/main/java/org/apache/kafka/common/serialization/FloatDeserializer.java
index d5f49f5..3834ce2 100644
--- 
a/clients/src/main/java/org/apache/kafka/common/serialization/FloatDeserializer.java
+++ 
b/clients/src/main/java/org/apache/kafka/common/serialization/FloatDeserializer.java
@@ -1,14 +1,18 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding 
copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the
- * License. You may obtain a copy of the License at
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *    http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.kafka.common.serialization;
 

http://git-wip-us.apache.org/repos/asf/kafka/blob/d3b8ff02/clients/src/main/java/org/apache/kafka/common/serialization/FloatSerializer.java
----------------------------------------------------------------------
diff --git 
a/clients/src/main/java/org/apache/kafka/common/serialization/FloatSerializer.java
 
b/clients/src/main/java/org/apache/kafka/common/serialization/FloatSerializer.java
index badc258..6eb766d 100644
--- 
a/clients/src/main/java/org/apache/kafka/common/serialization/FloatSerializer.java
+++ 
b/clients/src/main/java/org/apache/kafka/common/serialization/FloatSerializer.java
@@ -1,14 +1,18 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding 
copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the
- * License. You may obtain a copy of the License at
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *    http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.kafka.common.serialization;
 

Reply via email to