--- old/src/java.corba/share/classes/org/omg/CORBA/TCKind.java 2017-08-29 11:25:02.532475021 -0700 +++ new/src/java.corba/share/classes/org/omg/CORBA/TCKind.java 2017-08-29 11:25:02.460471884 -0700 @@ -237,175 +237,175 @@ /** * The 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);