jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/MessageBundle.properties
changeset 19645 36f707905f2b
parent 12009 4abb694f273a
child 22679 d785acd84a14
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
    24 #
    24 #
    25 
    25 
    26 METHOD_COLLISION = \
    26 METHOD_COLLISION = \
    27         The "{0}" method is defined on both "{1}" and "{2}" and is causing a collision.
    27         The "{0}" method is defined on both "{1}" and "{2}" and is causing a collision.
    28 
    28 
    29 # {0} - enumeration constant value (but something that couldn?t be translated to a valid java identifier e.g. starting special character, number, ..)    e.g. Cannot derive a valid Java identifier from "5.6.0". Specify a customization to change the name.
    29 # {0} - enumeration constant value (but something that couldn�t be translated to a valid java identifier e.g. starting special character, number, ..)    e.g. Cannot derive a valid Java identifier from "5.6.0". Specify a customization to change the name.
    30 ERR_UNUSABLE_NAME = \
    30 ERR_UNUSABLE_NAME = \
    31         Cannot derive a valid Java identifier from "{0}". Specify a customization to change the name.
    31         Cannot derive a valid Java identifier from "{0}". Specify a customization to change the name.
    32 
    32 
    33 ERR_KEYNAME_COLLISION = \
    33 ERR_KEYNAME_COLLISION = \
    34         Complex type and its child element share the same name "{0}". \
    34         Complex type and its child element share the same name "{0}". \