feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
package org.omg.CosNaming.NamingContextPackage;
|
||||
|
||||
|
||||
/**
|
||||
* org/omg/CosNaming/NamingContextPackage/AlreadyBound.java .
|
||||
* Generated by the IDL-to-Java compiler (portable), version "3.2"
|
||||
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/CosNaming/nameservice.idl
|
||||
* Thursday, July 10, 2025 9:33:00 PM UTC
|
||||
*/
|
||||
|
||||
public final class AlreadyBound extends org.omg.CORBA.UserException
|
||||
{
|
||||
|
||||
public AlreadyBound ()
|
||||
{
|
||||
super(AlreadyBoundHelper.id());
|
||||
} // ctor
|
||||
|
||||
|
||||
public AlreadyBound (String $reason)
|
||||
{
|
||||
super(AlreadyBoundHelper.id() + " " + $reason);
|
||||
} // ctor
|
||||
|
||||
} // class AlreadyBound
|
||||
Reference in New Issue
Block a user