feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
19
jdkSrc/jdk8/org/omg/Messaging/SYNC_WITH_TRANSPORT.java
Normal file
19
jdkSrc/jdk8/org/omg/Messaging/SYNC_WITH_TRANSPORT.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package org.omg.Messaging;
|
||||
|
||||
|
||||
/**
|
||||
* org/omg/Messaging/SYNC_WITH_TRANSPORT.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/PortableInterceptor/Messaging.idl
|
||||
* Thursday, July 10, 2025 9:33:00 PM UTC
|
||||
*/
|
||||
|
||||
public interface SYNC_WITH_TRANSPORT
|
||||
{
|
||||
|
||||
/**
|
||||
* Constant, defined in the Messaging spec, to define how far the
|
||||
* request shall progress before control is returned to the client.
|
||||
*/
|
||||
public static final short value = (short)(1);
|
||||
}
|
||||
Reference in New Issue
Block a user