Repository: deltaspike
Updated Branches:
  refs/heads/master f1e6432b0 -> 07f154fe3


add missing license header

txs to johndament for the catch!


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

Branch: refs/heads/master
Commit: 515d12dc31cae58fe60ab39f925ead95fe1687cf
Parents: f1e6432
Author: Mark Struberg <strub...@apache.org>
Authored: Mon Sep 10 07:53:29 2018 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Mon Sep 10 07:53:29 2018 +0200

----------------------------------------------------------------------
 .../manual/MockUserTransactionResolver.java     | 21 +++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/515d12dc/deltaspike/modules/jpa/impl/src/test/java/org/apache/deltaspike/test/jpa/api/transactional/multipleinjection/manual/MockUserTransactionResolver.java
----------------------------------------------------------------------
diff --git 
a/deltaspike/modules/jpa/impl/src/test/java/org/apache/deltaspike/test/jpa/api/transactional/multipleinjection/manual/MockUserTransactionResolver.java
 
b/deltaspike/modules/jpa/impl/src/test/java/org/apache/deltaspike/test/jpa/api/transactional/multipleinjection/manual/MockUserTransactionResolver.java
index f613210..675c10e 100644
--- 
a/deltaspike/modules/jpa/impl/src/test/java/org/apache/deltaspike/test/jpa/api/transactional/multipleinjection/manual/MockUserTransactionResolver.java
+++ 
b/deltaspike/modules/jpa/impl/src/test/java/org/apache/deltaspike/test/jpa/api/transactional/multipleinjection/manual/MockUserTransactionResolver.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.deltaspike.test.jpa.api.transactional.multipleinjection.manual;
 
 import 
org.apache.deltaspike.jpa.impl.transaction.ManagedUserTransactionResolver;
@@ -13,9 +31,6 @@ import javax.transaction.Status;
 import javax.transaction.SystemException;
 import javax.transaction.UserTransaction;
 
-/**
- * @author Mark Struberg
- */
 @Specializes
 @ApplicationScoped
 public class MockUserTransactionResolver extends 
ManagedUserTransactionResolver {

Reply via email to