X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.osgi.boot%2Fsrc%2Forg%2Fargeo%2Fosgi%2Fboot%2FOsgiBootException.java;h=fd6bf65464d2a54fc34c7815b9fe5b2b998ecb2c;hb=71196c25959b53964edf87aeb4387ed8b11b4868;hp=49c5e81b14355e13a06fcc3b183d1e13e15f3590;hpb=088c1b517a543e935d8ab65c3b2fd2d0269b551d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.osgi.boot/src/org/argeo/osgi/boot/OsgiBootException.java b/org.argeo.osgi.boot/src/org/argeo/osgi/boot/OsgiBootException.java index 49c5e81b1..fd6bf6546 100644 --- a/org.argeo.osgi.boot/src/org/argeo/osgi/boot/OsgiBootException.java +++ b/org.argeo.osgi.boot/src/org/argeo/osgi/boot/OsgiBootException.java @@ -1,22 +1,7 @@ -/* - * Copyright (C) 2007-2012 Argeo GmbH - * - * Licensed 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.argeo.osgi.boot; /** OsgiBoot specific exceptions */ -public class OsgiBootException extends RuntimeException { +class OsgiBootException extends RuntimeException { private static final long serialVersionUID = 2414011711711425353L; public OsgiBootException() {