You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/02/08 05:32:10 UTC

storm git commit: Fix RAT issue on JoinProcessorTest

Repository: storm
Updated Branches:
  refs/heads/master 3e232e2fc -> ec5c9627c


Fix RAT issue on JoinProcessorTest


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

Branch: refs/heads/master
Commit: ec5c9627c41babd1b404952608fabc99ed36b9cd
Parents: 3e232e2
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Feb 8 14:31:54 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Feb 8 14:31:54 2017 +0900

----------------------------------------------------------------------
 .../streams/processors/JoinProcessorTest.java      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ec5c9627/storm-core/test/jvm/org/apache/storm/streams/processors/JoinProcessorTest.java
----------------------------------------------------------------------
diff --git a/storm-core/test/jvm/org/apache/storm/streams/processors/JoinProcessorTest.java b/storm-core/test/jvm/org/apache/storm/streams/processors/JoinProcessorTest.java
index a8ace8a..08a6c7d 100644
--- a/storm-core/test/jvm/org/apache/storm/streams/processors/JoinProcessorTest.java
+++ b/storm-core/test/jvm/org/apache/storm/streams/processors/JoinProcessorTest.java
@@ -1,3 +1,20 @@
+/**
+ * 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.streams.processors;
 
 import org.apache.storm.streams.Pair;