From 8eab0c7335b5eedb9e354b0e3b4ff8ce88d597be Mon Sep 17 00:00:00 2001 From: Neil Richards <7203556+ngmr@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:27:18 +0100 Subject: [PATCH] style: improve imports --- .../main/java/org/apache/yoko/orb/IMR/ServerNotRunning.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yoko-core/src/main/java/org/apache/yoko/orb/IMR/ServerNotRunning.java b/yoko-core/src/main/java/org/apache/yoko/orb/IMR/ServerNotRunning.java index 47a53a780..3ff0f1112 100644 --- a/yoko-core/src/main/java/org/apache/yoko/orb/IMR/ServerNotRunning.java +++ b/yoko-core/src/main/java/org/apache/yoko/orb/IMR/ServerNotRunning.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 IBM Corporation and others. + * Copyright 2024 IBM Corporation and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ */ package org.apache.yoko.orb.IMR; +import org.omg.CORBA.UserException; + // // IDL:orb.yoko.apache.org/IMR/ServerNotRunning:1.0 // @@ -27,7 +29,7 @@ * **/ -final public class ServerNotRunning extends org.omg.CORBA.UserException +public final class ServerNotRunning extends UserException { private static final String _ob_id = "IDL:orb.yoko.apache.org/IMR/ServerNotRunning:1.0";