Skip to content

Commit

Permalink
Merge pull request #298 from ngmr/improve-java-idiom-oayoI-0a
Browse files Browse the repository at this point in the history
style: improve imports
  • Loading branch information
joe-chacko authored Oct 18, 2024
2 parents 8f2bfeb + e765fbd commit a75c6bc
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,6 +17,9 @@
*/
package org.apache.yoko.orb.IMR;

import org.apache.yoko.orb.OAD.ProcessEndpointManagerHolder;
import org.omg.PortableInterceptor.ObjectReferenceTemplate;

//
// IDL:orb.yoko.apache.org/IMR/Domain:1.0
//
Expand Down Expand Up @@ -62,8 +65,8 @@ public interface DomainOperations
ActiveState
startup(String serverId,
String instance,
org.omg.PortableInterceptor.ObjectReferenceTemplate root_tmpl,
org.apache.yoko.orb.OAD.ProcessEndpointManagerHolder endpoint)
ObjectReferenceTemplate root_tmpl,
ProcessEndpointManagerHolder endpoint)
throws NoSuchServer,
NoSuchOAD,
OADNotRunning;
Expand Down

0 comments on commit a75c6bc

Please sign in to comment.