Repository: incubator-groovy Updated Branches: refs/heads/master f106964db -> e98fe276e
GROOVY-7448: fixed bug for permanent rehashing of AbstractConcurrentMap Add Apache license header to AbstractConcurrentMapSegmentTest Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/e98fe276 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/e98fe276 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/e98fe276 Branch: refs/heads/master Commit: e98fe276e837fa3e096f46a69b71d457b71a4a79 Parents: f106964 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jun 9 21:09:41 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jun 9 21:09:41 2015 +0200 ---------------------------------------------------------------------- .../util/AbstractConcurrentMapSegmentTest.groovy | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e98fe276/src/test/org/codehaus/groovy/util/AbstractConcurrentMapSegmentTest.groovy ---------------------------------------------------------------------- diff --git a/src/test/org/codehaus/groovy/util/AbstractConcurrentMapSegmentTest.groovy b/src/test/org/codehaus/groovy/util/AbstractConcurrentMapSegmentTest.groovy index 7eb366f..18d239e 100644 --- a/src/test/org/codehaus/groovy/util/AbstractConcurrentMapSegmentTest.groovy +++ b/src/test/org/codehaus/groovy/util/AbstractConcurrentMapSegmentTest.groovy @@ -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.codehaus.groovy.util import org.junit.Before