Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 245551

Fix for this bug has been submitted to SVN:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=245551

Overview:
SDOSchemaGenerator was incorrectly casting to Import rather than the superclass Include, which would cause a ClassCastException when an Include was generated in the schemas. Trivial fix to cast to the superclass instead.

Code Reviewed By: blaise.doughan@xxxxxxxxxx

-Matt

Back to the top