Details
Description
The following typos has been reported:
- In org.opengis.metadata.acquisition.Requirement, method getSatisifedPlans() should be getSatisfiedPlans() (mis-placed "i").
- In org.opengis.metadata.spatial.GridSpatialRepresentation, method getAxisDimensionsProperties() should be getAxisDimensionProperties().
- In org.opengis.metadata.citation.Contact, method getOnLineResource() should be getOnlineResource() (lower case "l"). This need to be fixed at least in the UML annotation. Whatever we fix the class name is an open question.
- org.opengis.metadata.MetaData should be Metadata (lower case "d"). This need to be fixed at least in the UML annotation. Whatever we fix the class name is an open question.
The fix of UML and method names has been commited as of revision 1501 because they were considered bug rather than aesthetic changes. Whatever we also rename the MetaData and OnLineResource classes still an open question. This one can not be done with the usual "deprecate, then delete" cycle because the file names would be identical on Window platform.