# HG changeset patch
# User jjg
# Date 1504291707 25200
# Node ID 233d85df105b6c577fbdb40afbb6fc63ed04e4d0
# Parent b0d5c12d4926cc48bea7c8874c4430009c642835
8186924: Fix accessibility and other HTML issues in java.corba module
Reviewed-by: mchung
diff -r b0d5c12d4926 -r 233d85df105b corba/src/java.corba/share/classes/org/omg/CORBA/ORB.java
--- a/corba/src/java.corba/share/classes/org/omg/CORBA/ORB.java Fri Sep 01 14:13:07 2017 +0000
+++ b/corba/src/java.corba/share/classes/org/omg/CORBA/ORB.java Fri Sep 01 11:48:27 2017 -0700
@@ -85,15 +85,15 @@
* three {@code init} methods. Two of the three methods use the properties
* (associations of a name with a value) shown in the
* table below.
- *
Property Name | Property Value |
---|---|
Property Name | Property Value |
org.omg.CORBA.ORBClass | + *|
org.omg.CORBA.ORBClass | *class name of an ORB implementation |
org.omg.CORBA.ORBSingletonClass | + *|
org.omg.CORBA.ORBSingletonClass | *class name of the ORB returned by {@code init()} |
TCKind
constant whose value
field is
- * initialized with TCKind._tk_null
.
+ * initialized with {@code TCKind._tk_null}.
*/
public static final TCKind tk_null = new TCKind(_tk_null);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_void
.
+ * initialized with {@code TCKind._tk_void}.
*/
public static final TCKind tk_void = new TCKind(_tk_void);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_short
.
+ * initialized with {@code TCKind._tk_short}.
*/
public static final TCKind tk_short = new TCKind(_tk_short);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_long
.
+ * initialized with {@code TCKind._tk_long}.
*/
public static final TCKind tk_long = new TCKind(_tk_long);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_ushort
.
+ * initialized with {@code TCKind._tk_ushort}.
*/
public static final TCKind tk_ushort = new TCKind(_tk_ushort);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_ulong
.
+ * initialized with {@code TCKind._tk_ulong}.
*/
public static final TCKind tk_ulong = new TCKind(_tk_ulong);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_float
.
+ * initialized with {@code TCKind._tk_float}.
*/
public static final TCKind tk_float = new TCKind(_tk_float);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_double
.
+ * initialized with {@code TCKind._tk_double}.
*/
public static final TCKind tk_double = new TCKind(_tk_double);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_boolean
.
+ * initialized with {@code TCKind._tk_boolean}.
*/
public static final TCKind tk_boolean = new TCKind(_tk_boolean);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_char
.
+ * initialized with {@code TCKind._tk_char}.
*/
public static final TCKind tk_char = new TCKind(_tk_char);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_octet
.
+ * initialized with {@code TCKind._tk_octet}.
*/
public static final TCKind tk_octet = new TCKind(_tk_octet);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_any
.
+ * initialized with {@code TCKind._tk_any}.
*/
public static final TCKind tk_any = new TCKind(_tk_any);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_TypeCode
.
+ * initialized with {@code TCKind._tk_TypeCode}.
*/
public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_Principal
.
+ * initialized with {@code TCKind._tk_Principal}.
*/
public static final TCKind tk_Principal = new TCKind(_tk_Principal);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_objref
.
+ * initialized with {@code TCKind._tk_objref}.
*/
public static final TCKind tk_objref = new TCKind(_tk_objref);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_struct
.
+ * initialized with {@code TCKind._tk_struct}.
*/
public static final TCKind tk_struct = new TCKind(_tk_struct);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_union
.
+ * initialized with {@code TCKind._tk_union}.
*/
public static final TCKind tk_union = new TCKind(_tk_union);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_enum
.
+ * initialized with {@code TCKind._tk_enum}.
*/
public static final TCKind tk_enum = new TCKind(_tk_enum);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_string
.
+ * initialized with {@code TCKind._tk_string}.
*/
public static final TCKind tk_string = new TCKind(_tk_string);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_sequence
.
+ * initialized with {@code TCKind._tk_sequence}.
*/
public static final TCKind tk_sequence = new TCKind(_tk_sequence);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_array
.
+ * initialized with {@code TCKind._tk_array}.
*/
public static final TCKind tk_array = new TCKind(_tk_array);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_alias
.
+ * initialized with {@code TCKind._tk_alias}.
*/
public static final TCKind tk_alias = new TCKind(_tk_alias);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_except
.
+ * initialized with {@code TCKind._tk_except}.
*/
public static final TCKind tk_except = new TCKind(_tk_except);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_longlong
.
+ * initialized with {@code TCKind._tk_longlong}.
*/
public static final TCKind tk_longlong = new TCKind(_tk_longlong);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_ulonglong
.
+ * initialized with {@code TCKind._tk_ulonglong}.
*/
public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_longdouble
.
+ * initialized with {@code TCKind._tk_longdouble}.
*/
public static final TCKind tk_longdouble = new TCKind(_tk_longdouble);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_wchar
.
+ * initialized with {@code TCKind._tk_wchar}.
*/
public static final TCKind tk_wchar = new TCKind(_tk_wchar);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_wstring
.
+ * initialized with {@code TCKind._tk_wstring}.
*/
public static final TCKind tk_wstring = new TCKind(_tk_wstring);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_fixed
.
+ * initialized with {@code TCKind._tk_fixed}.
*/
public static final TCKind tk_fixed = new TCKind(_tk_fixed);
@@ -413,26 +413,26 @@
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_value
.
+ * initialized with {@code TCKind._tk_value}.
*/
public static final TCKind tk_value = new TCKind(_tk_value);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_value_box
.
+ * initialized with {@code TCKind._tk_value_box}.
*/
public static final TCKind tk_value_box = new TCKind(_tk_value_box);
// orbos 98-01-18: Objects By Value -- end
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_native
.
+ * initialized with {@code TCKind._tk_native}.
*/
public static final TCKind tk_native = new TCKind(_tk_native);
/**
* The TCKind
constant whose value
field is
- * initialized with TCKind._tk_abstract_interface
.
+ * initialized with {@code TCKind._tk_abstract_interface}.
*/
public static final TCKind tk_abstract_interface = new TCKind(_tk_abstract_interface);
diff -r b0d5c12d4926 -r 233d85df105b corba/src/java.corba/share/classes/org/omg/CORBA/doc-files/compliance.html
--- a/corba/src/java.corba/share/classes/org/omg/CORBA/doc-files/compliance.html Fri Sep 01 14:13:07 2017 +0000
+++ b/corba/src/java.corba/share/classes/org/omg/CORBA/doc-files/compliance.html Fri Sep 01 11:48:27 2017 -0700
@@ -1,10 +1,10 @@
-
+
The files that are generated by the IDL-to-Java compiler, in accordance with the IDL-to-Java Language Mapping Specification, -which is implemented in JavaTM SE 6 +which is implemented in Java™ SE 6 according the compliance document. diff -r b0d5c12d4926 -r 233d85df105b corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl --- a/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Fri Sep 01 14:13:07 2017 +0000 +++ b/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Fri Sep 01 11:48:27 2017 -0700 @@ -584,7 +584,7 @@ *
* *request_id
operation
arguments
exceptions
contexts
operation_context
result
response_expected
sync_scope
reply_status
forward_reference
get_slot
get_request_service_context
get_reply_service_context
target
effective_target
effective_profile
received_exception
received_exception_id
get_effective_component
get_effective_components
get_request_policy
add_request_service_context
request_id
operation
arguments
exceptions
contexts
operation_context
result
response_expected
sync_scope