Repository: phoenix Updated Branches: refs/heads/3.0 2f557ab5f -> a16ef59c1
Fix apache-rat license warnings Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a16ef59c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a16ef59c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a16ef59c Branch: refs/heads/3.0 Commit: a16ef59c10d69245cb4397fc5cf83cd1183a443f Parents: 2f557ab Author: Mujtaba <[email protected]> Authored: Wed Jul 30 11:43:07 2014 -0700 Committer: Mujtaba <[email protected]> Committed: Wed Jul 30 11:43:07 2014 -0700 ---------------------------------------------------------------------- .../org/apache/phoenix/end2end/InListIT.java | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/a16ef59c/phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.java index c257ccb..524d494 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.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.phoenix.end2end; import static java.util.Collections.singletonList; @@ -404,4 +421,4 @@ public class InListIT extends BaseHBaseManagedTimeIT { testWithIntegerTypesWithVariedSaltingAndTenancy(DEFAULT_UPSERT_BODIES, whereClause, expecteds); } -} \ No newline at end of file +}
