You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/02/23 08:39:24 UTC

[tomee] branch master updated: adds header at BusinessException

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new d0fb796  adds header at BusinessException
     new 641b38f  Merge pull request #411 from otaviojava/fixes_header
d0fb796 is described below

commit d0fb796051859aa1c99d54ac98a1702900edb183
Author: Otavio Santana <ot...@gmail.com>
AuthorDate: Fri Feb 22 18:42:02 2019 -0300

    adds header at BusinessException
---
 .../main/java/org/superbiz/remote/BusinessException.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/examples/ejb-remote-call/src/main/java/org/superbiz/remote/BusinessException.java b/examples/ejb-remote-call/src/main/java/org/superbiz/remote/BusinessException.java
index 8644cc1..9257647 100644
--- a/examples/ejb-remote-call/src/main/java/org/superbiz/remote/BusinessException.java
+++ b/examples/ejb-remote-call/src/main/java/org/superbiz/remote/BusinessException.java
@@ -1,3 +1,19 @@
+/*
+ * 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.superbiz.remote;
 
 public class BusinessException extends Exception {