STORM-1520 Nimbus Clojure/Zookeeper issue ("stateChanged" method not found)

* add missing Apache header


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

Branch: refs/heads/master
Commit: 002564739dde8fec43e799e0f81e2b951a2a5a19
Parents: 25f8b2a
Author: Jungtaek Lim <[email protected]>
Authored: Thu Feb 4 18:49:03 2016 +0900
Committer: Jungtaek Lim <[email protected]>
Committed: Thu Feb 4 18:49:03 2016 +0900

----------------------------------------------------------------------
 .../utils/StormConnectionStateConverter.java      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/00256473/storm-core/src/jvm/org/apache/storm/utils/StormConnectionStateConverter.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/utils/StormConnectionStateConverter.java 
b/storm-core/src/jvm/org/apache/storm/utils/StormConnectionStateConverter.java
index 0374756..890c457 100644
--- 
a/storm-core/src/jvm/org/apache/storm/utils/StormConnectionStateConverter.java
+++ 
b/storm-core/src/jvm/org/apache/storm/utils/StormConnectionStateConverter.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ * 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.storm.utils;
 
 import org.apache.storm.cluster.ConnectionState;

Reply via email to