You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/07/24 01:37:12 UTC

git commit: Add notice to ClosureCleaner

Repository: incubator-flink
Updated Branches:
  refs/heads/master 911f673fd -> 2e50eac53


Add notice to ClosureCleaner

[ci skip]


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/2e50eac5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/2e50eac5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/2e50eac5

Branch: refs/heads/master
Commit: 2e50eac53dd2c41b4cf52a5aabc1b491608382e0
Parents: 911f673
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Jul 24 01:33:48 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Jul 24 01:36:18 2014 +0200

----------------------------------------------------------------------
 .../org/apache/flink/api/scala/operators/ClosureCleaner.scala   | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/2e50eac5/flink-scala/src/main/scala/org/apache/flink/api/scala/operators/ClosureCleaner.scala
----------------------------------------------------------------------
diff --git a/flink-scala/src/main/scala/org/apache/flink/api/scala/operators/ClosureCleaner.scala b/flink-scala/src/main/scala/org/apache/flink/api/scala/operators/ClosureCleaner.scala
index 1b44bcf..228d87c 100644
--- a/flink-scala/src/main/scala/org/apache/flink/api/scala/operators/ClosureCleaner.scala
+++ b/flink-scala/src/main/scala/org/apache/flink/api/scala/operators/ClosureCleaner.scala
@@ -16,6 +16,11 @@
  * limitations under the License.
  */
 
+/*
+ * NOTE: The code in this file is based on code from the Apache Spark
+ * project, licensed under the Apache License v 2.0
+ */
+
 package org.apache.flink.api.scala.operators
 
 import java.lang.reflect.Field