javaee / jaxb-v2

Other
211 stars 101 forks source link

Invalid reference to DataTypeConverter.parse() method #729

Open glassfishrobot opened 14 years ago

glassfishrobot commented 14 years ago

Section 7.9.2.1, "Usage" in the "DataTypeConverter" section, example titled "javaType Customization: User Specified Parse Method". This references "DatatypeConverter.parse(s)", which doesn't exist. In this context, it should probably be "DataTypeConverter.parseDateTime(s)" instead.

Environment

Operating System: All Platform: All

Affected Versions

[2.2]

glassfishrobot commented 14 years ago

Reported by dkarr@java.net

glassfishrobot commented 14 years ago

Was assigned to snajper

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAXB-729