Skip to content

Commit

Permalink
Merge pull request #295 from ngmr/improve-java-idiom-oayoI-07
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 3b649af + 322ce9c commit 613cc5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions yoko-core/src/main/java/org/apache/yoko/orb/IMR/Domain.java
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,13 +17,15 @@
*/
package org.apache.yoko.orb.IMR;

import org.omg.CORBA.portable.IDLEntity;

//
// IDL:orb.yoko.apache.org/IMR/Domain:1.0
//
/***/

public interface Domain extends DomainOperations,
org.omg.CORBA.Object,
org.omg.CORBA.portable.IDLEntity
IDLEntity
{
}

0 comments on commit 613cc5d

Please sign in to comment.