From commits-return-8746-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Sat Jan 21 09:15:05 2017 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 884C419393 for ; Sat, 21 Jan 2017 09:15:05 +0000 (UTC) Received: (qmail 4756 invoked by uid 500); 21 Jan 2017 09:15:05 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 4725 invoked by uid 500); 21 Jan 2017 09:15:05 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 4715 invoked by uid 99); 21 Jan 2017 09:15:05 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2017 09:15:05 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7EE9A3A4799 for ; Sat, 21 Jan 2017 09:15:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1779709 [3/15] - in /sis/trunk: ./ core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/ core/sis-referencing/src/main/java/org/apache/sis/geometry/ core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referen... Date: Sat, 21 Jan 2017 09:15:01 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170121091504.7EE9A3A4799@svn01-us-west.apache.org> Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_EngineeringDatum e * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_EngineeringDatum wrap(final EngineeringDatum datum) { @@ -75,7 +75,7 @@ public final class CD_EngineeringDatum e * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "EngineeringDatum") public DefaultEngineeringDatum getElement() { @@ -85,7 +85,7 @@ public final class CD_EngineeringDatum e /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultEngineeringDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_GeodeticDatum exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_GeodeticDatum wrap(final GeodeticDatum datum) { @@ -75,7 +75,7 @@ public final class CD_GeodeticDatum exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "GeodeticDatum") public DefaultGeodeticDatum getElement() { @@ -85,7 +85,7 @@ public final class CD_GeodeticDatum exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultGeodeticDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_ImageDatum extends * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_ImageDatum wrap(final ImageDatum datum) { @@ -75,7 +75,7 @@ public final class CD_ImageDatum extends * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "ImageDatum") public DefaultImageDatum getElement() { @@ -85,7 +85,7 @@ public final class CD_ImageDatum extends /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultImageDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CD_ParametricDatum ex * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_ParametricDatum wrap(final DefaultParametricDatum datum) { @@ -74,7 +74,7 @@ public final class CD_ParametricDatum ex * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "ParametricDatum") public DefaultParametricDatum getElement() { @@ -84,7 +84,7 @@ public final class CD_ParametricDatum ex /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultParametricDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_PrimeMeridian exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_PrimeMeridian wrap(final PrimeMeridian datum) { @@ -75,7 +75,7 @@ public final class CD_PrimeMeridian exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "PrimeMeridian") public DefaultPrimeMeridian getElement() { @@ -85,7 +85,7 @@ public final class CD_PrimeMeridian exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultPrimeMeridian datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_TemporalDatum exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_TemporalDatum wrap(final TemporalDatum datum) { @@ -75,7 +75,7 @@ public final class CD_TemporalDatum exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "TemporalDatum") public DefaultTemporalDatum getElement() { @@ -85,7 +85,7 @@ public final class CD_TemporalDatum exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultTemporalDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CD_VerticalDatum exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param datum The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param datum the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CD_VerticalDatum wrap(final VerticalDatum datum) { @@ -75,7 +75,7 @@ public final class CD_VerticalDatum exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "VerticalDatum") public DefaultVerticalDatum getElement() { @@ -85,7 +85,7 @@ public final class CD_VerticalDatum exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param datum The unmarshalled element. + * @param datum the unmarshalled element. */ public void setElement(final DefaultVerticalDatum datum) { metadata = datum; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_AffineCS extends P * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_AffineCS wrap(final AffineCS cs) { @@ -75,7 +75,7 @@ public final class CS_AffineCS extends P * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "AffineCS") public DefaultAffineCS getElement() { @@ -85,7 +85,7 @@ public final class CS_AffineCS extends P /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultAffineCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_CartesianCS extend * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_CartesianCS wrap(final CartesianCS cs) { @@ -75,7 +75,7 @@ public final class CS_CartesianCS extend * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "CartesianCS") public DefaultCartesianCS getElement() { @@ -85,7 +85,7 @@ public final class CS_CartesianCS extend /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultCartesianCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_CoordinateSystem e * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_CoordinateSystem wrap(final CoordinateSystem cs) { @@ -74,7 +74,7 @@ public final class CS_CoordinateSystem e * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElementRef public AbstractCS getElement() { @@ -84,7 +84,7 @@ public final class CS_CoordinateSystem e /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final AbstractCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_CoordinateSystemAx * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param axis The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param axis the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_CoordinateSystemAxis wrap(final CoordinateSystemAxis axis) { @@ -75,7 +75,7 @@ public final class CS_CoordinateSystemAx * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "CoordinateSystemAxis") public DefaultCoordinateSystemAxis getElement() { @@ -85,7 +85,7 @@ public final class CS_CoordinateSystemAx /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param axis The unmarshalled element. + * @param axis the unmarshalled element. */ public void setElement(final DefaultCoordinateSystemAxis axis) { metadata = axis; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_CylindricalCS exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_CylindricalCS wrap(final CylindricalCS cs) { @@ -74,7 +74,7 @@ public final class CS_CylindricalCS exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "CylindricalCS") public DefaultCylindricalCS getElement() { @@ -84,7 +84,7 @@ public final class CS_CylindricalCS exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultCylindricalCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_EllipsoidalCS exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_EllipsoidalCS wrap(final EllipsoidalCS cs) { @@ -75,7 +75,7 @@ public final class CS_EllipsoidalCS exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "EllipsoidalCS") public DefaultEllipsoidalCS getElement() { @@ -85,7 +85,7 @@ public final class CS_EllipsoidalCS exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultEllipsoidalCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_LinearCS extends P * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_LinearCS wrap(final LinearCS cs) { @@ -74,7 +74,7 @@ public final class CS_LinearCS extends P * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "LinearCS") public DefaultLinearCS getElement() { @@ -84,7 +84,7 @@ public final class CS_LinearCS extends P /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultLinearCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -60,8 +60,8 @@ public final class CS_ParametricCS exten * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_ParametricCS wrap(final DefaultParametricCS cs) { @@ -73,7 +73,7 @@ public final class CS_ParametricCS exten * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "ParametricCS") public DefaultParametricCS getElement() { @@ -83,7 +83,7 @@ public final class CS_ParametricCS exten /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultParametricCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_PolarCS extends Pr * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_PolarCS wrap(final PolarCS cs) { @@ -74,7 +74,7 @@ public final class CS_PolarCS extends Pr * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "PolarCS") public DefaultPolarCS getElement() { @@ -84,7 +84,7 @@ public final class CS_PolarCS extends Pr /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultPolarCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_SphericalCS extend * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_SphericalCS wrap(final SphericalCS cs) { @@ -74,7 +74,7 @@ public final class CS_SphericalCS extend * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "SphericalCS") public DefaultSphericalCS getElement() { @@ -84,7 +84,7 @@ public final class CS_SphericalCS extend /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultSphericalCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_TimeCS extends Pro * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_TimeCS wrap(final TimeCS cs) { @@ -75,7 +75,7 @@ public final class CS_TimeCS extends Pro * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "TimeCS") public DefaultTimeCS getElement() { @@ -85,7 +85,7 @@ public final class CS_TimeCS extends Pro /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultTimeCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -61,8 +61,8 @@ public final class CS_UserDefinedCS exte * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_UserDefinedCS wrap(final UserDefinedCS cs) { @@ -74,7 +74,7 @@ public final class CS_UserDefinedCS exte * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "UserDefinedCS") public DefaultUserDefinedCS getElement() { @@ -84,7 +84,7 @@ public final class CS_UserDefinedCS exte /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultUserDefinedCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -62,8 +62,8 @@ public final class CS_VerticalCS extends * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param cs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param cs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected CS_VerticalCS wrap(final VerticalCS cs) { @@ -75,7 +75,7 @@ public final class CS_VerticalCS extends * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElement(name = "VerticalCS") public DefaultVerticalCS getElement() { @@ -85,7 +85,7 @@ public final class CS_VerticalCS extends /** * Invoked by JAXB at unmarshalling time for storing the result temporarily. * - * @param cs The unmarshalled element. + * @param cs the unmarshalled element. */ public void setElement(final DefaultVerticalCS cs) { metadata = cs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -73,7 +73,7 @@ public final class Code { * The {@link #getIdentifier()} method shall be able to perform the opposite operation (split the * above in separated codespace and version attributes). * - * @param identifier The identifier from which to get the values. + * @param identifier the identifier from which to get the values. */ Code(final ReferenceIdentifier identifier) { code = identifier.getCode(); @@ -94,7 +94,7 @@ public final class Code { * will be taken as the authority version number. This is for consistency with what the * constructor does. * - * @return The identifier, or {@code null} if none. + * @return the identifier, or {@code null} if none. */ public ReferenceIdentifier getIdentifier() { String c = code; @@ -160,9 +160,9 @@ public final class Code { *
  • The first identifier in other codespace, converted to the {@code "urn:} syntax if possible.
  • * * - * @param type The type of the identified object. - * @param identifiers The object identifiers, or {@code null} if none. - * @return The {@code } as a {@code Code} instance, or {@code null} if none. + * @param type the type of the identified object. + * @param identifiers the object identifiers, or {@code null} if none. + * @return the {@code } as a {@code Code} instance, or {@code null} if none. */ public static Code forIdentifiedObject(final Class type, final Iterable identifiers) { if (identifiers != null) { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -67,8 +67,8 @@ public final class RS_Identifier extends * Substitutes the wrapper value read from an XML stream by the object which will * represents the identifier. JAXB calls automatically this method at unmarshalling time. * - * @param value The wrapper for this metadata value. - * @return An identifier which represents the value. + * @param value the wrapper for this metadata value. + * @return an identifier which represents the value. */ @Override public ReferenceIdentifier unmarshal(final Code value) { @@ -79,8 +79,8 @@ public final class RS_Identifier extends * Substitutes the identifier by the wrapper to be marshalled into an XML file or stream. * JAXB calls automatically this method at marshalling time. * - * @param value The metadata value. - * @return The adapter for the given metadata. + * @param value the metadata value. + * @return the adapter for the given metadata. */ @Override public Code marshal(final ReferenceIdentifier value) { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -63,8 +63,8 @@ public final class SC_CRS extends Proper * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param crs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param crs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected SC_CRS wrap(final CoordinateReferenceSystem crs) { @@ -76,7 +76,7 @@ public final class SC_CRS extends Proper * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElementRef public AbstractCRS getElement() { @@ -93,7 +93,7 @@ public final class SC_CRS extends Proper * by {@code xlink:href} attributes. For now we live with the {@code GeodeticCRS} as-is — most of Apache SIS * should be able to work with that. * - * @param crs The unmarshalled element. + * @param crs the unmarshalled element. */ public void setElement(final AbstractCRS crs) { metadata = crs; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -63,8 +63,8 @@ public final class SC_DerivedCRSType { *
  • {@code EngineeringCRS}
  • * * - * @param keyword The ISO 19162 (WKT 2) keyword, or {@code null}. - * @return The pseudo code list with ISO 19111 keyword, or {@code null}. + * @param keyword the ISO 19162 (WKT 2) keyword, or {@code null}. + * @return the pseudo code list with ISO 19111 keyword, or {@code null}. */ public static SC_DerivedCRSType fromWKT(final String keyword) { if (keyword != null) { @@ -79,7 +79,7 @@ public final class SC_DerivedCRSType { /** * Creates a pseudo code list for the given value. * - * @param type The ISO 19111 code. + * @param type the ISO 19111 code. */ public SC_DerivedCRSType(final String type) { codeSpace = "EPSG"; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -63,8 +63,8 @@ public final class SC_SingleCRS extends * Invoked by {@link PropertyType} at marshalling time for wrapping the given value * in a {@code } XML element. * - * @param crs The element to marshall. - * @return A {@code PropertyType} wrapping the given the element. + * @param crs the element to marshall. + * @return a {@code PropertyType} wrapping the given the element. */ @Override protected SC_SingleCRS wrap(final SingleCRS crs) { @@ -76,7 +76,7 @@ public final class SC_SingleCRS extends * inside the {@code } XML element. * This is the value or a copy of the value given in argument to the {@code wrap} method. * - * @return The element to be marshalled. + * @return the element to be marshalled. */ @XmlElementRef public AbstractCRS getElement() { @@ -90,7 +90,7 @@ public final class SC_SingleCRS extends * the unmarshalled CRS may be of {@code GeodeticCRS} type, which is not the most specific GeoAPI type. * See {@link SC_CRS#setElement(AbstractCRS)} for more discussion. * - * @param crs The unmarshalled element. + * @param crs the unmarshalled element. * @throws IllegalArgumentException if the unmarshalled CRS is not a single CRS. */ public void setElement(final AbstractCRS crs) { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -44,7 +44,7 @@ public final class SC_VerticalCRS extend /** * Wraps a Vertical CRS value in a {@code } element at marshalling-time. * - * @param crs The value to marshall. + * @param crs the value to marshall. */ private SC_VerticalCRS(final VerticalCRS crs) { super(crs); @@ -69,8 +69,8 @@ public final class SC_VerticalCRS extend /** * Returns the Vertical CRS value wrapped by a {@code } element. * - * @param value The value to marshal. - * @return The wrapper for the metadata value. + * @param value the value to marshal. + * @return the wrapper for the metadata value. */ @Override protected org.apache.sis.internal.jaxb.gml.SC_VerticalCRS wrap(final VerticalCRS value) { @@ -81,7 +81,7 @@ public final class SC_VerticalCRS extend * Returns the {@link DefaultVerticalCRS} created from the metadata value. * This method is systematically called at marshalling-time by JAXB. * - * @return The CRS to be marshalled. + * @return the CRS to be marshalled. */ @Override public Object getElement() { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -51,7 +51,7 @@ public final class DatabaseListener exte * immediately. We rather rely on automatic installation by {@code EPSGInstaller} the first time that a CRS * is requested. However we may revisit this policy in a future SIS version. * - * @param connection Connection to the empty database. + * @param connection connection to the empty database. * @throws SQLException if an error occurred while populating the database. */ @Override Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -51,12 +51,12 @@ public final class DeprecatedCode extend /** * Creates a deprecated identifier. * - * @param authority Organization or party responsible for definition and maintenance of the code space or code. - * @param codeSpace Name or identifier of the person or organization responsible for namespace. - * @param code Identifier code or name, optionally from a controlled list or pattern defined by a code space. - * @param version The version of the associated code space or code as specified by the code authority, or {@code null} if none. - * @param replacedBy The replacement for the deprecated object, or {@code null} if none. - * @param remarks Comments on or information about why this identifier is deprecated, or {@code null} if none. + * @param authority organization or party responsible for definition and maintenance of the code space or code. + * @param codeSpace name or identifier of the person or organization responsible for namespace. + * @param code identifier code or name, optionally from a controlled list or pattern defined by a code space. + * @param version the version of the associated code space or code as specified by the code authority, or {@code null} if none. + * @param replacedBy the replacement for the deprecated object, or {@code null} if none. + * @param remarks comments on or information about why this identifier is deprecated, or {@code null} if none. */ public DeprecatedCode(final Citation authority, final String codeSpace, final String code, final String version, final String replacedBy, @@ -81,7 +81,7 @@ public final class DeprecatedCode extend * *
    Example: "superseded by code XYZ".
    * - * @return Information about the replacement for this identifier, or {@code null} if none. + * @return information about the replacement for this identifier, or {@code null} if none. */ @Override public InternationalString getRemarks() { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -73,7 +73,7 @@ public final class DeprecatedName extend * *
    Example: "superseded by code XYZ".
    * - * @return Information about the replacement for this name, or {@code null} if none. + * @return information about the replacement for this name, or {@code null} if none. */ @Override public InternationalString getRemarks() { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -54,9 +54,9 @@ public final class DirectPositionView im /** * Creates a new direct position wrapping the given array. * - * @param ordinates The ordinate values. - * @param offset The first value index in the ordinates array. - * @param dimension The number of valid ordinate values. + * @param ordinates the ordinate values. + * @param offset the first value index in the ordinates array. + * @param dimension the number of valid ordinate values. */ public DirectPositionView(final double[] ordinates, final int offset, final int dimension) { this.ordinates = ordinates; @@ -92,7 +92,7 @@ public final class DirectPositionView im * Returns the ordinate at the given index. * This implementation does not check index validity, unless assertions are enabled. * - * @param dim The dimension of the ordinate to get fetch. + * @param dim the dimension of the ordinate to get fetch. */ @Override public double getOrdinate(final int dim) { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -44,7 +44,7 @@ public interface ExtendedPrecisionMatrix * The first half contains {@link org.apache.sis.internal.util.DoubleDouble#value}, and the second half contains * the {@link org.apache.sis.internal.util.DoubleDouble#error} for each value in the first half.

    * - * @return A copy of matrix elements, potentially followed by error terms. + * @return a copy of matrix elements, potentially followed by error terms. */ double[] getExtendedElements(); } Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -26,7 +26,7 @@ import org.apache.sis.metadata.iso.exten * Current implementation uses only the geographic extent. * This may be extended to other kind of extent in any future SIS version. * - * @param The type of object to be selected. + * @param the type of object to be selected. * * @author Martin Desruisseaux (Geomatys) * @since 0.4 @@ -54,7 +54,7 @@ public final class ExtentSelector { /** * Creates a selector for the given area of interest. * - * @param areaOfInterest The area of interest, or {@code null} if none. + * @param areaOfInterest the area of interest, or {@code null} if none. */ public ExtentSelector(final Extent areaOfInterest) { this.areaOfInterest = Extents.getGeographicBoundingBox(areaOfInterest); @@ -66,8 +66,8 @@ public final class ExtentSelector { * previous intersection, then the given extent and object are remembered as the best match * found so far. * - * @param extent The extent to evaluate, or {@code null} if none. - * @param object An optional user object associated to the given extent. + * @param extent the extent to evaluate, or {@code null} if none. + * @param object an optional user object associated to the given extent. * @return {@code true} if the given extent is a better match than any previous extents given to this method. */ public boolean evaluate(final Extent extent, final T object) { @@ -91,7 +91,7 @@ public final class ExtentSelector { /** * Returns the object associated to the largest area found so far. * - * @return The object associated to the largest area found so far, or {@code null}. + * @return the object associated to the largest area found so far, or {@code null}. */ public T best() { return best; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -90,7 +90,7 @@ public final class Formulas extends Stat * Returns 3ⁿ for very small (less than 10) positive values of n. * Note that this method overflow for any value equals or greater than 20. * - * @param n The exponent. + * @param n the exponent. * @return 3ⁿ * * @see org.apache.sis.math.DecimalFunctions#pow10(int) @@ -109,8 +109,8 @@ public final class Formulas extends Stat /** * Returns {@code true} if {@code ymin} is the south pole and {@code ymax} is the north pole. * - * @param ymin The minimal latitude to test. - * @param ymax The maximal latitude to test. + * @param ymin the minimal latitude to test. + * @param ymax the maximal latitude to test. * @return {@code true} if the given latitudes are south pole to north pole respectively. */ public static boolean isPoleToPole(final double ymin, final double ymax) { @@ -122,9 +122,9 @@ public final class Formulas extends Stat * Returns the radius of a hypothetical sphere having the same surface than the ellipsoid * specified by the given axis length. * - * @param a The semi-major axis length. - * @param b The semi-minor axis length. - * @return The radius of a sphere having the same surface than the specified ellipsoid. + * @param a the semi-major axis length. + * @param b the semi-minor axis length. + * @return the radius of a sphere having the same surface than the specified ellipsoid. * * @see org.apache.sis.referencing.datum.DefaultEllipsoid#getAuthalicRadius() */ @@ -141,9 +141,9 @@ public final class Formulas extends Stat /** * Computes the semi-minor axis length from the given semi-major axis and inverse flattening factor. * - * @param semiMajorAxis The semi-major axis length. - * @param inverseFlattening The inverse flattening factor. - * @return The semi-minor axis length. + * @param semiMajorAxis the semi-major axis length. + * @param inverseFlattening the inverse flattening factor. + * @return the semi-minor axis length. */ public static double getSemiMinor(final double semiMajorAxis, final double inverseFlattening) { /* @@ -156,9 +156,9 @@ public final class Formulas extends Stat /** * Computes the inverse flattening factor from the given axis lengths. * - * @param semiMajorAxis The semi-major axis length. - * @param semiMinorAxis The semi-minor axis length. - * @return The inverse flattening factor. + * @param semiMajorAxis the semi-major axis length. + * @param semiMinorAxis the semi-minor axis length. + * @return the inverse flattening factor. */ public static double getInverseFlattening(final double semiMajorAxis, final double semiMinorAxis) { /* Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -70,8 +70,8 @@ public final class Legacy { /** * The standard three-dimensional Cartesian CS as defined by ISO 19111. * - * @param unit The linear unit of the desired coordinate system, or {@code null} for metres. - * @return The ISO 19111 coordinate system. + * @param unit the linear unit of the desired coordinate system, or {@code null} for metres. + * @return the ISO 19111 coordinate system. */ public static CartesianCS standard(final Unit unit) { return replaceUnit((CartesianCS) CommonCRS.WGS84.geocentric().getCoordinateSystem(), unit); @@ -81,10 +81,10 @@ public final class Legacy { * Returns the axes to use instead of the ones in the given coordinate system. * If the coordinate system axes should be used as-is, returns {@code cs}. * - * @param cs The coordinate system for which to compare the axis directions. + * @param cs the coordinate system for which to compare the axis directions. * @param toLegacy {@code true} for replacing ISO directions by the legacy ones, * or {@code false} for the other way around. - * @return The axes to use instead of the ones in the given CS, + * @return the axes to use instead of the ones in the given CS, * or {@code cs} if the CS axes should be used as-is. */ public static CartesianCS forGeocentricCRS(final CartesianCS cs, final boolean toLegacy) { @@ -106,9 +106,9 @@ public final class Legacy { * Returns the coordinate system of a geocentric CRS using axes in the given unit of measurement. * This method presumes that the given {@code cs} uses {@link Units#METRE} (this is not verified). * - * @param cs The coordinate system for which to perform the unit replacement. - * @param unit The unit of measurement for the geocentric CRS axes. - * @return The coordinate system for a geocentric CRS with axes using the given unit of measurement. + * @param cs the coordinate system for which to perform the unit replacement. + * @param unit the unit of measurement for the geocentric CRS axes. + * @return the coordinate system for a geocentric CRS with axes using the given unit of measurement. * * @since 0.6 */ Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -90,8 +90,8 @@ public final class NilReferencingObject /** * Throws the exception in all cases. * - * @return Never return. - * @throws UnformattableObjectException Always thrown. + * @return never return. + * @throws UnformattableObjectException always thrown. */ @Override public String toWKT() throws UnformattableObjectException { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -50,6 +50,7 @@ import org.apache.sis.util.resources.Voc * @see org.opengis.referencing.operation.Transformation#getCoordinateOperationAccuracy() */ @XmlTransient +@SuppressWarnings("CloneableClassWithoutClone") // ModifiableMetadata needs shallow clones. public final class PositionalAccuracyConstant extends DefaultAbsoluteExternalPositionalAccuracy { /** * Serial number for inter-operability with different versions. @@ -145,8 +146,8 @@ public final class PositionalAccuracyCon * * If the above is modified, please update {@code AbstractCoordinateOperation.getLinearAccuracy()} javadoc. * - * @param operation The operation to inspect for accuracy. - * @return The accuracy estimate (always in meters), or NaN if unknown. + * @param operation the operation to inspect for accuracy. + * @return the accuracy estimate (always in meters), or NaN if unknown. * * @see org.apache.sis.referencing.operation.AbstractCoordinateOperation#getLinearAccuracy() */ Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -71,9 +71,9 @@ public final class ReferencingUtilities * This method provides the same functionality than {@link DefaultPrimeMeridian#getGreenwichLongitude(Unit)}, * but on arbitrary implementation. * - * @param primeMeridian The prime meridian from which to get the Greenwich longitude, or {@code null}. - * @param unit The unit for the prime meridian to return. - * @return The prime meridian in the given units, or {@code 0} if the given prime meridian was null. + * @param primeMeridian the prime meridian from which to get the Greenwich longitude, or {@code null}. + * @param unit the unit for the prime meridian to return. + * @return the prime meridian in the given units, or {@code 0} if the given prime meridian was null. * * @see DefaultPrimeMeridian#getGreenwichLongitude(Unit) */ @@ -95,8 +95,8 @@ public final class ReferencingUtilities * or for operations that support only one units for all axes, for example Well Know Text version 1 * (WKT 1) formatting.

    * - * @param cs The coordinate system for which to get the unit, or {@code null}. - * @return The unit for all axis in the given coordinate system, or {@code null}. + * @param cs the coordinate system for which to get the unit, or {@code null}. + * @return the unit for all axis in the given coordinate system, or {@code null}. * * @see org.apache.sis.internal.metadata.AxisDirections#getAngularUnit(CoordinateSystem) */ @@ -123,8 +123,8 @@ public final class ReferencingUtilities /** * Returns the number of dimensions of the given CRS, or 0 if {@code null}. * - * @param crs The CRS from which to get the number of dimensions, or {@code null}. - * @return The number of dimensions, or 0 if the given CRS or its coordinate system is null. + * @param crs the CRS from which to get the number of dimensions, or {@code null}. + * @return the number of dimensions, or 0 if the given CRS or its coordinate system is null. * * @since 0.6 */ @@ -145,8 +145,8 @@ public final class ReferencingUtilities * may themselves have other {@code CompoundCRS}. Those replacements are performed recursively * until we obtain a flat view of CRS components. * - * @param source The collection of single or compound CRS. - * @param addTo Where to add the single CRS in order to obtain a flat view of {@code source}. + * @param source the collection of single or compound CRS. + * @param addTo where to add the single CRS in order to obtain a flat view of {@code source}. * @return {@code true} if this method found only single CRS in {@code source}, in which case {@code addTo} * got the same content (assuming that {@code addTo} was empty prior this method call). * @throws ClassCastException if a CRS is neither a {@link SingleCRS} or a {@link CompoundCRS}. @@ -179,8 +179,8 @@ public final class ReferencingUtilities * that if this method returns a non-null value, then the coordinates are expected to be either two-dimensional * or three-dimensional with an ellipsoidal height.

    * - * @param crs The coordinate reference system for which to get the ellipsoid. - * @return The ellipsoid in the given CRS, or {@code null} if none. + * @param crs the coordinate reference system for which to get the ellipsoid. + * @return the ellipsoid in the given CRS, or {@code null} if none. * * @since 0.6 */ @@ -211,8 +211,8 @@ public final class ReferencingUtilities *

    This method does not set the prime meridian to Greenwich. * Meridian rotation, if needed, shall be performed by the caller.

    * - * @param crs A source CRS, or {@code null}. - * @return A two-dimensional geographic CRS with standard axes, or {@code null} if none. + * @param crs a source CRS, or {@code null}. + * @return a two-dimensional geographic CRS with standard axes, or {@code null} if none. */ public static GeographicCRS toNormalizedGeographicCRS(CoordinateReferenceSystem crs) { /* @@ -267,9 +267,9 @@ public final class ReferencingUtilities * is truncated as "Ellipsoidal 2D CS". * * - * @param object The identified object to view as a properties map. - * @param excludes The keys of properties to exclude from the map. - * @return A view of the identified object properties. + * @param object the identified object to view as a properties map. + * @param excludes the keys of properties to exclude from the map. + * @return a view of the identified object properties. * * @see IdentifiedObjects#getProperties(IdentifiedObject, String...) * @@ -314,9 +314,9 @@ public final class ReferencingUtilities * {@code affineCS}, {@code cartesianCS}, {@code cylindricalCS}, {@code ellipsoidalCS}, {@code linearCS}, * {@code parametricCS}, {@code polarCS}, {@code sphericalCS}, {@code timeCS} or {@code verticalCS}. * - * @param base The abstract base interface. - * @param type The interface or classes for which to get the XML property name. - * @return The XML property name for the given class or interface, or {@code null} if none. + * @param base the abstract base interface. + * @param type the interface or classes for which to get the XML property name. + * @return the XML property name for the given class or interface, or {@code null} if none. * * @see WKTUtilities#toType(Class, Class) * @@ -348,10 +348,10 @@ public final class ReferencingUtilities * Sets the source and target ellipsoids and coordinate systems to values inferred from the given CRS. * The ellipsoids will be non-null only if the given CRS is geographic (not geocentric). * - * @param sourceCRS The CRS from which to get the source coordinate system and ellipsoid. - * @param targetCRS The CRS from which to get the target coordinate system and ellipsoid. - * @param context A pre-allocated context, or {@code null} for creating a new one. - * @return The given context if it was non-null, or a new context otherwise. + * @param sourceCRS the CRS from which to get the source coordinate system and ellipsoid. + * @param targetCRS the CRS from which to get the target coordinate system and ellipsoid. + * @param context a pre-allocated context, or {@code null} for creating a new one. + * @return the given context if it was non-null, or a new context otherwise. * * @since 0.7 */ Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -76,8 +76,8 @@ final class AffineMatrix implements Exte /** * Creates a new matrix wrapping the given transform. * - * @param transform The transform to wrap. - * @param elements The elements used for creating the matrix (optionally with error terms), or {@code null}. + * @param transform the transform to wrap. + * @param elements the elements used for creating the matrix (optionally with error terms), or {@code null}. */ AffineMatrix(final AffineTransform transform, final double[] elements) { this.transform = transform; @@ -183,7 +183,7 @@ final class AffineMatrix implements Exte /** * Returns a string representation of this matrix. * - * @return String representation of this matrix. + * @return a string representation of this matrix. */ @Override public String toString() { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -82,7 +82,7 @@ public class AffineTransform2D extends I /** * Constructs a new affine transform with the same coefficients than the specified transform. * - * @param transform The affine transform to copy. + * @param transform the affine transform to copy. */ public AffineTransform2D(final AffineTransform transform) { super(transform); @@ -93,7 +93,7 @@ public class AffineTransform2D extends I /** * Constructs a new {@code AffineTransform2D} from the given 9 or 18 values. * - * @param elements The matrix elements, optionally with error terms. + * @param elements the matrix elements, optionally with error terms. */ public AffineTransform2D(final double[] elements) { super(pz(elements[0]), pz(elements[3]), @@ -146,7 +146,7 @@ public class AffineTransform2D extends I * Throws an {@link UnsupportedOperationException} when a mutable method * is invoked, since {@code AffineTransform2D} must be immutable. * - * @throws UnsupportedOperationException Always thrown. + * @throws UnsupportedOperationException always thrown. */ @Override protected final void checkPermission() throws UnsupportedOperationException { @@ -243,8 +243,8 @@ public class AffineTransform2D extends I * For example if the given shape is a rectangle and this affine transform has no scale or * shear, then the returned shape will be an instance of {@link java.awt.geom.Rectangle2D}. * - * @param shape Shape to transform. - * @return Transformed shape, or {@code shape} if this transform is the identity transform. + * @param shape shape to transform. + * @return transformed shape, or {@code shape} if this transform is the identity transform. */ @Override public final Shape createTransformedShape(final Shape shape) { @@ -326,8 +326,8 @@ public class AffineTransform2D extends I * to {@link #equals(Object)}. The later method has different rules than the ones documented in the * {@code LinearTransform} interface, because of the {@code AffineTransform} inheritance. * - * @param object The object to compare to {@code this}. - * @param mode The strictness level of the comparison. + * @param object the object to compare to {@code this}. + * @param mode the strictness level of the comparison. * @return {@code true} if both objects are equal. */ @Override @@ -380,7 +380,7 @@ public class AffineTransform2D extends I * {@linkplain org.apache.sis.referencing.operation.projection.Equirectangular} map projection, * which can be simplified to an affine transform but still needs to remember the projection parameters.

    * - * @param object The object to compare with this affine transform for equality. + * @param object the object to compare with this affine transform for equality. * @return {@code true} if the given object is of appropriate class (as explained in the * above documentation) and the affine transform coefficients are the same. */ @@ -406,7 +406,7 @@ public class AffineTransform2D extends I * returns an instance of {@link AffineTransform}, not {@code AffineTransform2D}, because * the later is unmodifiable and cloning it make little sense. * - * @return A modifiable copy of this affine transform. + * @return a modifiable copy of this affine transform. */ @Override @SuppressWarnings("CloneDoesntCallSuperClone") Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -31,6 +31,7 @@ import org.apache.sis.internal.referenci * @version 0.5 * @module */ +@SuppressWarnings("CloneableClassWithoutClone") // No additional fields compared to parent. public class ImmutableAffineTransform extends AffineTransform { /** * Serial number for inter-operability with different versions. @@ -296,7 +297,7 @@ public class ImmutableAffineTransform ex /** * Checks for {@linkplain #checkPermission() permission} before inverting this transform. * - * @throws java.awt.geom.NoninvertibleTransformException If the matrix can not be inverted. + * @throws java.awt.geom.NoninvertibleTransformException if the matrix can not be inverted. */ @Override public final void invert() throws NoninvertibleTransformException { Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -34,7 +34,7 @@ public interface LinearTransform2D exten /** * Returns the inverse transform, which shall be linear and two-dimensional. * - * @return The inverse transform. + * @return the inverse transform. */ @Override LinearTransform2D inverse() throws NoninvertibleTransformException; Modified: sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ParameterizedAffine.java URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ParameterizedAffine.java?rev=1779709&r1=1779708&r2=1779709&view=diff ============================================================================== --- sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ParameterizedAffine.java [UTF-8] (original) +++ sis/trunk/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ParameterizedAffine.java [UTF-8] Sat Jan 21 09:14:56 2017 @@ -69,10 +69,10 @@ public final class ParameterizedAffine e /** * Creates a new transform from the given affine and parameters. * - * @param transform The affine transform to copy. - * @param parameters The parameters to remember. It is caller's responsibility to provide an immutable instance. - * @param isDefinitive {@code true} if {@code parameters} provides an accurate description of {@code transform}, or - * {@code false} if the transform may be different than the one described by {@code parameters}. + * @param transform the affine transform to copy. + * @param parameters the parameters to remember. It is caller's responsibility to provide an immutable instance. + * @param isDefinitive {@code true} if {@code parameters} provides an accurate description of {@code transform}, or + * {@code false} if the transform may be different than the one described by {@code parameters}. */ public ParameterizedAffine(final AffineTransform transform, final ParameterValueGroup parameters, final boolean isDefinitive) { super(transform); @@ -84,8 +84,8 @@ public final class ParameterizedAffine e * Returns the given transform associated to the same parameters than this {@code ParameterizedAffine}, * if possible. If the given transform is not affine, then it is returned unchanged. * - * @param transform The transform to be at least partially described by {@link #parameters}. - * @return A copy of the given affine transform associated to the parameter of this object, + * @param transform the transform to be at least partially described by {@link #parameters}. + * @return a copy of the given affine transform associated to the parameter of this object, * or the given transform unchanged if it was not affine. */ public MathTransform newTransform(final MathTransform transform) { @@ -99,7 +99,7 @@ public final class ParameterizedAffine e /** * Returns the parameter descriptors for this map projection. * - * @return The map projection parameters if they are an accurate description of this transform, + * @return the map projection parameters if they are an accurate description of this transform, * or the generic affine parameters in case of doubt. */ @Override @@ -135,7 +135,7 @@ public final class ParameterizedAffine e * The {@code Semaphores.ENCLOSED_IN_OPERATION} flag is SIS internal mechanism for distinguish the two above-cited * cases. * - * @return The map projection parameters if they are an accurate description of this transform, + * @return the map projection parameters if they are an accurate description of this transform, * or the generic affine parameters in case of doubt. */ @Override @@ -149,7 +149,7 @@ public final class ParameterizedAffine e * Parameters are compared only if the other object is also an instance of {@code ParameterizedAffine} * in order to preserve the {@link AffineTransform#equals(Object)} symmetricity contract. * - * @param object The object to compare with this transform for equality. + * @param object the object to compare with this transform for equality. * @return {@code true} if the given object is of appropriate class (as explained in the * {@link AffineTransform2D#equals(Object)} documentation) and the coefficients are the same. */