This is an automated email from the ASF dual-hosted git repository. thomasm pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push: new c3a6624 Update ParameterizedMergingTestBase.java c3a6624 is described below commit c3a6624bc1d06b1a2166e908758585c5d3ef1f35 Author: Thomas Mueller <thom...@apache.org> AuthorDate: Tue Mar 15 14:31:49 2022 +0100 Update ParameterizedMergingTestBase.java --- .../oak/index/merge/ParameterizedMergingTestBase.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/merge/ParameterizedMergingTestBase.java b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/merge/ParameterizedMergingTestBase.java index ca27b9f..6fb290b 100644 --- a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/merge/ParameterizedMergingTestBase.java +++ b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/merge/ParameterizedMergingTestBase.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.jackrabbit.oak.index.merge; import java.io.IOException;