This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-1.7.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit a532d5ecc86ff9d3475cc1b9c3a12a9edf666f76 Author: Otavio Santana <[email protected]> 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 {
