Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumFormatCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumFormatCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumFormatCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumFormatCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class MD_MediumFormatCode e /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_MediumFormatCode wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class MD_MediumFormatCode e /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<MediumFormat> getCodeListClass() { @@ -69,7 +69,7 @@ public final class MD_MediumFormatCode e /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_MediumFormatCode") @@ -80,7 +80,7 @@ public final class MD_MediumFormatCode e /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value;
Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumNameCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumNameCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumNameCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_MediumNameCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class MD_MediumNameCode ext /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_MediumNameCode wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class MD_MediumNameCode ext /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<MediumName> getCodeListClass() { @@ -69,7 +69,7 @@ public final class MD_MediumNameCode ext /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_MediumNameCode") @@ -80,7 +80,7 @@ public final class MD_MediumNameCode ext /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ObligationCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ObligationCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ObligationCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ObligationCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,8 +35,8 @@ public final class MD_ObligationCode ext /** * Returns the obligation enumeration for the given name. * - * @param value The obligation name. - * @return The obligation enumeration for the given name. + * @param value the obligation name. + * @return the obligation enumeration for the given name. */ @Override public Obligation unmarshal(String value) { @@ -46,8 +46,8 @@ public final class MD_ObligationCode ext /** * Returns the name of the given obligation. * - * @param value The obligation enumeration. - * @return The name of the given obligation. + * @param value the obligation enumeration. + * @return the name of the given obligation. */ @Override public String marshal(final Obligation value) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_PixelOrientationCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_PixelOrientationCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_PixelOrientationCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_PixelOrientationCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -51,7 +51,7 @@ public final class MD_PixelOrientationCo /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_PixelOrientationCode wrap(final CodeListUID value) { @@ -61,7 +61,7 @@ public final class MD_PixelOrientationCo /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<PixelOrientation> getCodeListClass() { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ProgressCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ProgressCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ProgressCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ProgressCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class MD_ProgressCode exten /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_ProgressCode wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class MD_ProgressCode exten /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Progress> getCodeListClass() { @@ -69,7 +69,7 @@ public final class MD_ProgressCode exten /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_ProgressCode") @@ -80,7 +80,7 @@ public final class MD_ProgressCode exten /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_RestrictionCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_RestrictionCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_RestrictionCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_RestrictionCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -53,8 +53,8 @@ public final class MD_RestrictionCode ex * <p>The spelling of "license" was changed to "licence" in latest standard, but XML * marshalling shall use the previous spelling until XML schema are updated.</p> * - * @param value The value version of {@link CodeList}, to be marshalled. - * @return The wrapper for the code list value. + * @param value the value version of {@link CodeList}, to be marshalled. + * @return the wrapper for the code list value. */ @Override protected MD_RestrictionCode wrap(final CodeListUID value) { @@ -67,7 +67,7 @@ public final class MD_RestrictionCode ex /** * Returns the class of code list wrapped by this adapter. * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Restriction> getCodeListClass() { @@ -77,7 +77,7 @@ public final class MD_RestrictionCode ex /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_RestrictionCode") @@ -88,7 +88,7 @@ public final class MD_RestrictionCode ex /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ScopeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ScopeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ScopeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_ScopeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class MD_ScopeCode extends /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_ScopeCode wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class MD_ScopeCode extends /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<ScopeCode> getCodeListClass() { @@ -69,7 +69,7 @@ public final class MD_ScopeCode extends /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_ScopeCode") @@ -80,7 +80,7 @@ public final class MD_ScopeCode extends /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_SpatialRepresentationTypeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_SpatialRepresentationTypeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_SpatialRepresentationTypeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_SpatialRepresentationTypeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -51,7 +51,7 @@ public final class MD_SpatialRepresentat /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_SpatialRepresentationTypeCode wrap(final CodeListUID value) { @@ -61,7 +61,7 @@ public final class MD_SpatialRepresentat /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<SpatialRepresentationType> getCodeListClass() { @@ -71,7 +71,7 @@ public final class MD_SpatialRepresentat /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_SpatialRepresentationTypeCode") @@ -82,7 +82,7 @@ public final class MD_SpatialRepresentat /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopicCategoryCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopicCategoryCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopicCategoryCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopicCategoryCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -51,7 +51,7 @@ public final class MD_TopicCategoryCode /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_TopicCategoryCode wrap(final CodeListUID value) { @@ -61,7 +61,7 @@ public final class MD_TopicCategoryCode /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<TopicCategory> getCodeListClass() { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopologyLevelCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopologyLevelCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopologyLevelCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MD_TopologyLevelCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class MD_TopologyLevelCode /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MD_TopologyLevelCode wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class MD_TopologyLevelCode /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<TopologyLevel> getCodeListClass() { @@ -69,7 +69,7 @@ public final class MD_TopologyLevelCode /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MD_TopologyLevelCode") @@ -80,7 +80,7 @@ public final class MD_TopologyLevelCode /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_BandDefinition.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_BandDefinition.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_BandDefinition.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_BandDefinition.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_BandDefinition ext /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_BandDefinition wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_BandDefinition ext /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<BandDefinition> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_BandDefinition ext /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_BandDefinition", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_BandDefinition ext /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ContextCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ContextCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ContextCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ContextCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_ContextCode extend /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_ContextCode wrap(CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_ContextCode extend /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Context> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_ContextCode extend /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_ContextCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_ContextCode extend /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_GeometryTypeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_GeometryTypeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_GeometryTypeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_GeometryTypeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_GeometryTypeCode e /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_GeometryTypeCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_GeometryTypeCode e /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<GeometryType> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_GeometryTypeCode e /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_GeometryTypeCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_GeometryTypeCode e /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ObjectiveTypeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ObjectiveTypeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ObjectiveTypeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_ObjectiveTypeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_ObjectiveTypeCode /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_ObjectiveTypeCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_ObjectiveTypeCode /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<ObjectiveType> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_ObjectiveTypeCode /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_ObjectiveTypeCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_ObjectiveTypeCode /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_OperationTypeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_OperationTypeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_OperationTypeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_OperationTypeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_OperationTypeCode /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_OperationTypeCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_OperationTypeCode /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<OperationType> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_OperationTypeCode /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_OperationTypeCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_OperationTypeCode /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PolarizationOrientationCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PolarizationOrientationCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PolarizationOrientationCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PolarizationOrientationCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -53,7 +53,7 @@ public final class MI_PolarizationOrient /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_PolarizationOrientationCode wrap(final CodeListUID value) { @@ -63,7 +63,7 @@ public final class MI_PolarizationOrient /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<PolarizationOrientation> getCodeListClass() { @@ -73,7 +73,7 @@ public final class MI_PolarizationOrient /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_PolarizationOrientationCode", namespace = Namespaces.GMI) @@ -84,7 +84,7 @@ public final class MI_PolarizationOrient /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PriorityCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PriorityCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PriorityCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_PriorityCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_PriorityCode exten /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_PriorityCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_PriorityCode exten /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Priority> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_PriorityCode exten /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_PriorityCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_PriorityCode exten /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_SequenceCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_SequenceCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_SequenceCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_SequenceCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_SequenceCode exten /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_SequenceCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_SequenceCode exten /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Sequence> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_SequenceCode exten /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_SequenceCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_SequenceCode exten /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TransferFunctionTypeCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TransferFunctionTypeCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TransferFunctionTypeCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TransferFunctionTypeCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -52,7 +52,7 @@ public final class MI_TransferFunctionTy /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_TransferFunctionTypeCode wrap(final CodeListUID value) { @@ -62,7 +62,7 @@ public final class MI_TransferFunctionTy /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<TransferFunctionType> getCodeListClass() { @@ -72,7 +72,7 @@ public final class MI_TransferFunctionTy /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_TransferFunctionTypeCode", namespace = Namespaces.GMI) @@ -83,7 +83,7 @@ public final class MI_TransferFunctionTy /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TriggerCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TriggerCode.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TriggerCode.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/MI_TriggerCode.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -50,7 +50,7 @@ public final class MI_TriggerCode extend /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected MI_TriggerCode wrap(final CodeListUID value) { @@ -60,7 +60,7 @@ public final class MI_TriggerCode extend /** * {@inheritDoc} * - * @return The code list class. + * @return the code list class. */ @Override protected Class<Trigger> getCodeListClass() { @@ -70,7 +70,7 @@ public final class MI_TriggerCode extend /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "MI_TriggerCode", namespace = Namespaces.GMI) @@ -81,7 +81,7 @@ public final class MI_TriggerCode extend /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/PT_Locale.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/PT_Locale.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/PT_Locale.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/PT_Locale.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -163,8 +163,8 @@ public final class PT_Locale extends Xml * Substitutes the locale by the wrapper to be marshalled into an XML file * or stream. JAXB calls automatically this method at marshalling time. * - * @param value The locale value. - * @return The wrapper for the locale value. + * @param value the locale value. + * @return the wrapper for the locale value. */ @Override public PT_Locale marshal(final Locale value) { @@ -175,8 +175,8 @@ public final class PT_Locale extends Xml * Substitutes the wrapped value read from a XML stream by the object which will * contains the value. JAXB calls automatically this method at unmarshalling time. * - * @param value The wrapper for this metadata value. - * @return A locale which represents the metadata value. + * @param value the wrapper for this metadata value. + * @return a locale which represents the metadata value. */ @Override public Locale unmarshal(final PT_Locale value) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/SV_CouplingType.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/SV_CouplingType.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/SV_CouplingType.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/code/SV_CouplingType.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -49,7 +49,7 @@ public final class SV_CouplingType exten /** * {@inheritDoc} * - * @return The wrapper for the code list value. + * @return the wrapper for the code list value. */ @Override protected SV_CouplingType wrap(final CodeListUID value) { @@ -59,7 +59,7 @@ public final class SV_CouplingType exten /** * {@inheritDoc} * - * @return The code list class name. + * @return the code list class. */ @Override protected String getCodeListName() { @@ -69,7 +69,7 @@ public final class SV_CouplingType exten /** * Invoked by JAXB on marshalling. * - * @return The value to be marshalled. + * @return the value to be marshalled. */ @Override @XmlElement(name = "SV_CouplingType", namespace = Namespaces.SRV) @@ -80,7 +80,7 @@ public final class SV_CouplingType exten /** * Invoked by JAXB on unmarshalling. * - * @param value The unmarshalled value. + * @param value the unmarshalled value. */ public void setElement(final CodeListUID value) { identifier = value; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/GM_Object.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/GM_Object.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/GM_Object.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/GM_Object.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -53,8 +53,8 @@ public class GM_Object extends XmlAdapte * Converts an adapter read from an XML stream to the GeoAPI interface which will * contains this value. JAXB calls automatically this method at unmarshalling time. * - * @param value The adapter for a geometry value. - * @return An instance of the GeoAPI interface which represents the geometry value. + * @param value the adapter for a geometry value. + * @return an instance of the GeoAPI interface which represents the geometry value. */ @Override public final Geometry unmarshal(final GM_Object value) { @@ -72,8 +72,8 @@ public class GM_Object extends XmlAdapte * marshalled into an XML file or stream. JAXB calls automatically this method at * marshalling time. * - * @param value The geometry value, here the interface. - * @return The adapter for the given value. + * @param value the geometry value, here the interface. + * @return the adapter for the given value. */ @Override public final GM_Object marshal(final Geometry value) { @@ -88,8 +88,8 @@ public class GM_Object extends XmlAdapte * The default implementation returns {@code null} if all cases. Subclasses * must override this method in order to provide useful marshalling. * - * @param value The value to marshal. - * @return The adapter which covers the geometry value. + * @param value the value to marshal. + * @return the adapter which covers the geometry value. */ protected GM_Object wrap(Geometry value) { return null; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/ObjectFactory.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/ObjectFactory.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/ObjectFactory.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/geometry/ObjectFactory.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -54,8 +54,8 @@ public class ObjectFactory { /** * Creates an instance of {@code JAXBElement<Object>}}. * - * @param value The {@code Object} value to wrap. - * @return The wrapped value. + * @param value the {@code Object} value to wrap. + * @return the wrapped value. */ @XmlElementDecl(name = "AbstractObject", namespace = Namespaces.GML) public JAXBElement<Object> createObject(final Object value) { @@ -68,8 +68,8 @@ public class ObjectFactory { * However it is declared here as {@code Object} in order to avoid a dependency * toward the GML module. * - * @param value The GML {@code AbstractGMLType} value to wrap. - * @return The wrapped value. + * @param value the GML {@code AbstractGMLType} value to wrap. + * @return the wrapped value. */ @Workaround(library = "JAXB", version = "2.1") @XmlElementDecl(name = "AbstractGML", @@ -86,8 +86,8 @@ public class ObjectFactory { * However it is declared here as {@code Object} in order to avoid a dependency * toward the GML module. * - * @param value The {@code AbstractGeometryType} value to wrap. - * @return The wrapped value. + * @param value the {@code AbstractGeometryType} value to wrap. + * @return the wrapped value. */ @Workaround(library = "JAXB", version = "2.1") @XmlElementDecl(name = "AbstractGeometry", Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_ProcessStep.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_ProcessStep.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_ProcessStep.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_ProcessStep.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "LE_ProcessStep_Type") @XmlRootElement(name = "LE_ProcessStep") +@SuppressWarnings("CloneableClassWithoutClone") public class LE_ProcessStep extends DefaultProcessStep { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class LE_ProcessStep extends Defa * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public LE_ProcessStep(final ProcessStep original) { super(original); @@ -62,8 +63,8 @@ public class LE_ProcessStep extends Defa * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultProcessStep castOrCopy(final ProcessStep original) { if (original != null && !(original instanceof LE_ProcessStep)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_Source.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_Source.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_Source.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/LE_Source.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -33,6 +33,7 @@ import org.apache.sis.metadata.iso.linea */ @XmlType(name = "LE_Source_Type") @XmlRootElement(name = "LE_Source") +@SuppressWarnings("CloneableClassWithoutClone") public class LE_Source extends DefaultSource { /** * For cross-version compatibility. @@ -50,7 +51,7 @@ public class LE_Source extends DefaultSo * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public LE_Source(final Source original) { super(original); @@ -60,8 +61,8 @@ public class LE_Source extends DefaultSo * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultSource castOrCopy(final Source original) { if (original != null && !(original instanceof LE_Source)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Band.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Band.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Band.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Band.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -33,6 +33,7 @@ import org.apache.sis.metadata.iso.conte */ @XmlType(name = "MI_Band_Type") @XmlRootElement(name = "MI_Band") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_Band extends DefaultBand { /** * For cross-version compatibility. @@ -50,7 +51,7 @@ public class MI_Band extends DefaultBand * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_Band(final Band original) { super(original); @@ -60,8 +61,8 @@ public class MI_Band extends DefaultBand * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultBand castOrCopy(final Band original) { if (original != null && !(original instanceof MI_Band)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_CoverageDescription.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_CoverageDescription.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_CoverageDescription.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_CoverageDescription.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "MI_CoverageDescription_Type") @XmlRootElement(name = "MI_CoverageDescription") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_CoverageDescription extends DefaultCoverageDescription { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class MI_CoverageDescription exte * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_CoverageDescription(final CoverageDescription original) { super(original); @@ -62,8 +63,8 @@ public class MI_CoverageDescription exte * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultCoverageDescription castOrCopy(final CoverageDescription original) { if (original != null && !(original instanceof MI_CoverageDescription)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georectified.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georectified.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georectified.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georectified.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "MI_Georectified_Type") @XmlRootElement(name = "MI_Georectified") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_Georectified extends DefaultGeorectified { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class MI_Georectified extends Def * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_Georectified(final Georectified original) { super(original); @@ -62,8 +63,8 @@ public class MI_Georectified extends Def * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultGeorectified castOrCopy(final Georectified original) { if (original != null && !(original instanceof MI_Georectified)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georeferenceable.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georeferenceable.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georeferenceable.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Georeferenceable.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "MI_Georeferenceable_Type") @XmlRootElement(name = "MI_Georeferenceable") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_Georeferenceable extends DefaultGeoreferenceable { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class MI_Georeferenceable extend * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_Georeferenceable(final Georeferenceable original) { super(original); @@ -62,8 +63,8 @@ public class MI_Georeferenceable extend * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultGeoreferenceable castOrCopy(final Georeferenceable original) { if (original != null && !(original instanceof MI_Georeferenceable)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_ImageDescription.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_ImageDescription.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_ImageDescription.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_ImageDescription.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "MI_ImageDescription_Type") @XmlRootElement(name = "MI_ImageDescription") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_ImageDescription extends DefaultImageDescription { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class MI_ImageDescription extends * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_ImageDescription(final ImageDescription original) { super(original); @@ -62,8 +63,8 @@ public class MI_ImageDescription extends * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultImageDescription castOrCopy(final ImageDescription original) { if (original != null && !(original instanceof MI_ImageDescription)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Metadata.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Metadata.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Metadata.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gmi/MI_Metadata.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -35,6 +35,7 @@ import static org.apache.sis.util.collec */ @XmlType(name = "MI_Metadata_Type") @XmlRootElement(name = "MI_Metadata") +@SuppressWarnings("CloneableClassWithoutClone") public class MI_Metadata extends DefaultMetadata { /** * For cross-version compatibility. @@ -52,7 +53,7 @@ public class MI_Metadata extends Default * Creates a new metadata as a copy of the given one. * This is a shallow copy constructor. * - * @param original The original metadata to copy. + * @param original the original metadata to copy. */ public MI_Metadata(final Metadata original) { super(original); @@ -62,8 +63,8 @@ public class MI_Metadata extends Default * Wraps the given metadata into a SIS implementation that can be marshalled, * using the {@code "gmi"} namespace if necessary. * - * @param original The original metadata provided by the user. - * @return The metadata to marshall. + * @param original the original metadata provided by the user. + * @return the metadata to marshall. */ public static DefaultMetadata castOrCopy(final Metadata original) { if (original != null && !(original instanceof MI_Metadata)) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gts/TM_PeriodDuration.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gts/TM_PeriodDuration.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gts/TM_PeriodDuration.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/gts/TM_PeriodDuration.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -54,7 +54,7 @@ public final class TM_PeriodDuration ext /** * Wraps a Temporal Period Duration value at marshalling-time. * - * @param metadata The metadata value to marshal. + * @param metadata the metadata value to marshal. */ private TM_PeriodDuration(final PeriodDuration metadata) { super(metadata); @@ -63,8 +63,8 @@ public final class TM_PeriodDuration ext /** * Returns the Period Duration value wrapped by a {@code gts:TM_PeriodDuration} element. * - * @param value The value to marshal. - * @return The adapter which wraps the metadata value. + * @param value the value to marshal. + * @return the adapter which wraps the metadata value. */ @Override protected TM_PeriodDuration wrap(final PeriodDuration value) { @@ -85,7 +85,7 @@ public final class TM_PeriodDuration ext * Returns the {@link Duration} generated from the metadata value. * This method is systematically called at marshalling time by JAXB. * - * @return The time period, or {@code null}. + * @return the time period, or {@code null}. */ @XmlElement(name = "TM_PeriodDuration") public Duration getElement() { @@ -134,10 +134,10 @@ public final class TM_PeriodDuration ext * Sets the value from the {@link Duration}. * This method is called at unmarshalling time by JAXB. * - * @param duration The adapter to set. + * @param duration the adapter to set. */ public void setElement(final Duration duration) { - metadata = null; // Cleaned first in case of failure. + metadata = null; // Cleaned first in case of failure. if (duration != null) try { final TemporalFactory factory = TemporalUtilities.getTemporalFactory(); InternationalString years = null; @@ -149,7 +149,7 @@ public final class TM_PeriodDuration ext if ((value = duration.getMonths()) != 0) { months = new SimpleInternationalString(Integer.toString(value)); } - InternationalString weeks = null; // no weeks in javax.xml.datatype.Duration + InternationalString weeks = null; // No weeks in javax.xml.datatype.Duration InternationalString days = null; if ((value = duration.getDays()) != 0) { days = new SimpleInternationalString(Integer.toString(value)); @@ -175,8 +175,8 @@ public final class TM_PeriodDuration ext /** * Reports a failure to execute the operation because of missing {@code sis-temporal} module. * - * @param methodName The method name. - * @param e The exception. + * @param methodName the method name. + * @param e the exception. */ private static void warningOccured(final String methodName, final Exception e) { if (TemporalUtilities.REPORT_MISSING_MODULE || !e.getMessage().contains("sis-temporal")) { Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Address.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Address.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Address.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Address.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Address extends Pr * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Address>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Address wrap(final Address metadata) { @@ -75,7 +75,7 @@ public final class CI_Address extends Pr * inside the {@code <gmd:CI_Address>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultAddress getElement() { @@ -85,7 +85,7 @@ public final class CI_Address extends Pr /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultAddress metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Citation.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Citation.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Citation.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Citation.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Citation extends P * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Citation>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Citation wrap(final Citation metadata) { @@ -75,7 +75,7 @@ public final class CI_Citation extends P * inside the {@code <gmd:CI_Citation>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultCitation getElement() { @@ -85,7 +85,7 @@ public final class CI_Citation extends P /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultCitation metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Contact.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Contact.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Contact.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Contact.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Contact extends Pr * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Contact>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Contact wrap(final Contact metadata) { @@ -75,7 +75,7 @@ public final class CI_Contact extends Pr * inside the {@code <gmd:CI_Contact>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultContact getElement() { @@ -85,7 +85,7 @@ public final class CI_Contact extends Pr /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultContact metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Date.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Date.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Date.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Date.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Date extends Prope * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Date>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Date wrap(final CitationDate metadata) { @@ -75,7 +75,7 @@ public final class CI_Date extends Prope * inside the {@code <gmd:CI_Date>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultCitationDate getElement() { @@ -85,7 +85,7 @@ public final class CI_Date extends Prope /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultCitationDate metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_OnlineResource.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_OnlineResource.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_OnlineResource.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_OnlineResource.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_OnlineResource ext * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_OnlineResource>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_OnlineResource wrap(final OnlineResource metadata) { @@ -75,7 +75,7 @@ public final class CI_OnlineResource ext * inside the {@code <gmd:CI_OnlineResource>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultOnlineResource getElement() { @@ -85,7 +85,7 @@ public final class CI_OnlineResource ext /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultOnlineResource metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Party.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Party.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Party.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Party.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -58,8 +58,8 @@ public final class CI_Party extends Prop * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Party>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Party wrap(final AbstractParty metadata) { @@ -71,7 +71,7 @@ public final class CI_Party extends Prop * inside the {@code <gmd:CI_Party>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public AbstractParty getElement() { @@ -81,7 +81,7 @@ public final class CI_Party extends Prop /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final AbstractParty metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Responsibility.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Responsibility.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Responsibility.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Responsibility.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -59,8 +59,8 @@ public final class CI_Responsibility ext * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Responsibility>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Responsibility wrap(final DefaultResponsibility metadata) { @@ -72,7 +72,7 @@ public final class CI_Responsibility ext * inside the {@code <gmd:CI_Responsibility>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef @SuppressWarnings("deprecation") @@ -87,7 +87,7 @@ public final class CI_Responsibility ext /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultResponsibility metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_ResponsibleParty.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_ResponsibleParty.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_ResponsibleParty.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_ResponsibleParty.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -63,8 +63,8 @@ public final class CI_ResponsibleParty e * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_ResponsibleParty>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_ResponsibleParty wrap(final ResponsibleParty metadata) { @@ -76,7 +76,7 @@ public final class CI_ResponsibleParty e * inside the {@code <gmd:CI_ResponsibleParty>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultResponsibleParty getElement() { @@ -86,7 +86,7 @@ public final class CI_ResponsibleParty e /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultResponsibleParty metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Series.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Series.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Series.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Series.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Series extends Pro * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Series>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Series wrap(final Series metadata) { @@ -75,7 +75,7 @@ public final class CI_Series extends Pro * inside the {@code <gmd:CI_Series>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultSeries getElement() { @@ -85,7 +85,7 @@ public final class CI_Series extends Pro /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultSeries metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Telephone.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Telephone.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Telephone.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/CI_Telephone.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class CI_Telephone extends * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:CI_Telephone>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected CI_Telephone wrap(final Telephone metadata) { @@ -75,7 +75,7 @@ public final class CI_Telephone extends * inside the {@code <gmd:CI_Telephone>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultTelephone getElement() { @@ -85,7 +85,7 @@ public final class CI_Telephone extends /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultTelephone metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_DataQuality.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_DataQuality.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_DataQuality.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_DataQuality.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class DQ_DataQuality extend * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:DQ_DataQuality>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected DQ_DataQuality wrap(final DataQuality metadata) { @@ -75,7 +75,7 @@ public final class DQ_DataQuality extend * inside the {@code <gmd:DQ_DataQuality>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public DefaultDataQuality getElement() { @@ -85,7 +85,7 @@ public final class DQ_DataQuality extend /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final DefaultDataQuality metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Element.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Element.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Element.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Element.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class DQ_Element extends Pr * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:DQ_Element>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected DQ_Element wrap(final Element metadata) { @@ -75,7 +75,7 @@ public final class DQ_Element extends Pr * inside the {@code <gmd:DQ_Element>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public AbstractElement getElement() { @@ -85,7 +85,7 @@ public final class DQ_Element extends Pr /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final AbstractElement metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_PositionalAccuracy.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_PositionalAccuracy.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_PositionalAccuracy.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_PositionalAccuracy.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -61,8 +61,8 @@ public final class DQ_PositionalAccuracy * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:DQ_PositionalAccuracy>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected DQ_PositionalAccuracy wrap(final PositionalAccuracy metadata) { @@ -74,7 +74,7 @@ public final class DQ_PositionalAccuracy * inside the {@code <gmd:DQ_PositionalAccuracy>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public AbstractPositionalAccuracy getElement() { @@ -84,7 +84,7 @@ public final class DQ_PositionalAccuracy /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final AbstractPositionalAccuracy metadata) { this.metadata = metadata; Modified: sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Result.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Result.java?rev=1779559&r1=1779558&r2=1779559&view=diff ============================================================================== --- sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Result.java [UTF-8] (original) +++ sis/trunk/core/sis-metadata/src/main/java/org/apache/sis/internal/jaxb/metadata/DQ_Result.java [UTF-8] Fri Jan 20 04:34:26 2017 @@ -62,8 +62,8 @@ public final class DQ_Result extends Pro * Invoked by {@link PropertyType} at marshalling time for wrapping the given metadata value * in a {@code <gmd:DQ_Result>} XML element. * - * @param metadata The metadata element to marshall. - * @return A {@code PropertyType} wrapping the given the metadata element. + * @param metadata the metadata element to marshall. + * @return a {@code PropertyType} wrapping the given the metadata element. */ @Override protected DQ_Result wrap(final Result metadata) { @@ -75,7 +75,7 @@ public final class DQ_Result extends Pro * inside the {@code <gmd:DQ_Result>} XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The metadata to be marshalled. + * @return the metadata to be marshalled. */ @XmlElementRef public AbstractResult getElement() { @@ -85,7 +85,7 @@ public final class DQ_Result extends Pro /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param metadata The unmarshalled metadata. + * @param metadata the unmarshalled metadata. */ public void setElement(final AbstractResult metadata) { this.metadata = metadata;
