You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/11/19 22:11:34 UTC

commons-pool git commit: NO-JIRA: Fix failing rat check #18.

Repository: commons-pool
Updated Branches:
  refs/heads/master 73f7096eb -> 4a6054f50


NO-JIRA: Fix failing rat check #18.

Add missing license header. Closes #18.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/4a6054f5
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/4a6054f5
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/4a6054f5

Branch: refs/heads/master
Commit: 4a6054f50bffb22377c1987e8cd7521cb025f8ea
Parents: 73f7096
Author: Benjamin Graf <be...@gmx.net>
Authored: Mon Nov 19 15:11:32 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Nov 19 15:11:32 2018 -0700

----------------------------------------------------------------------
 .../TestGenericObjectPoolFactoryCreateFailure.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/4a6054f5/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
index 0715b42..5bbf2bc 100644
--- a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
+++ b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.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.commons.pool2.impl;
 
 import java.util.concurrent.CountDownLatch;