Author: desruisseaux Date: Sat Jan 21 09:00:40 2017 New Revision: 1779706 URL: http://svn.apache.org/viewvc?rev=1779706&view=rev Log: Merge formatting from JDK8 branch (mostly javadoc, and a bit of opportunistic javac warning fixes). Modified: sis/branches/JDK7/ (props changed) sis/branches/JDK7/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractDirectPosition.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/CurveExtremum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralDirectPosition.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralEnvelope.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ImmutableEnvelope.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Shapes2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/SubEnvelope.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_Conversion.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_CoordinateOperation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_GeneralOperationParameter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_GeneralParameterValue.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_OperationMethod.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_OperationParameter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CC_OperationParameterGroup.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_Ellipsoid.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ParameterizedAffine.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ShapeUtilities.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AbridgedMolodensky.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AbstractLambert.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AbstractMercator.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AbstractProvider.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AbstractStereographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/AlbersEqualArea.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/DatumShiftGridCompressed.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/DatumShiftGridFile.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/DatumShiftGridLoader.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/EPSGName.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Equirectangular.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/FranceGeocentricInterpolation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeocentricAffine.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeocentricAffineBetweenGeographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeocentricToGeographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeodeticOperation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Geographic2Dto3D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Geographic3Dto2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeographicOffsets.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeographicOffsets2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeographicToGeocentric.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Interpolation1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/LambertCylindricalEqualArea.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/LambertCylindricalEqualAreaSpherical.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/LongitudeRotation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/MapProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Molodensky.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/NADCON.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/NTv2.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/ObliqueStereographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PolarStereographicSouth.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/TransverseMercator.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/TransverseMercatorSouth.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/VerticalOffset.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/AbstractParameterDescriptor.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptor.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptorGroup.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterValue.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterValueGroup.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/MapProjectionDescriptor.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/MapProjectionParameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/MatrixParameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/MatrixParametersAlphaNum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/ParameterFormat.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/ParameterTableRow.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/ParameterValueList.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/Parameterized.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/Parameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorValues.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/UninitializedParameter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/UnmodifiableParameterValue.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/parameter/UnmodifiableParameterValueGroup.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/AbstractIdentifiedObject.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/AbstractReferenceSystem.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSGFactoryFallback.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/NameIterator.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/NamedIdentifier.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/Properties.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/PropertiesConverter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/AbstractCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/AbstractDerivedCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/ConversionKeys.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultCompoundCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultDerivedCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultEngineeringCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeocentricCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeodeticCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultImageCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultParametricCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultProjectedCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultTemporalCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultVerticalCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/SC_GeographicCRS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/SubTypes.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultCartesianCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultCompoundCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultCoordinateSystemAxis.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultCylindricalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultEllipsoidalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultLinearCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultParametricCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultPolarCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultSphericalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultTimeCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultUserDefinedCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DefaultVerticalCS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/DirectionAlongMeridian.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/Normalizer.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/AbstractDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/BursaWolfParameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DatumShiftGrid.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultEngineeringDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultImageDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultParametricDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultTemporalDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultVerticalDatum.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/Sphere.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/TimeDependentBWP.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/AuthorityFactoryIdentifier.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/AuthorityFactoryProxy.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/CacheRecord.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/ConcurrentAuthorityFactory.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/FactoryDataException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/GeodeticAuthorityFactory.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/IdentifiedObjectSet.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/InvalidGeodeticParameterException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/MissingFactoryResourceException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/MultiAuthoritiesFactory.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/NoSuchAuthorityFactoryException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/sql/BursaWolfInfo.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/sql/CoordinateOperationSet.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/factory/sql/EPSGDataAccess.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/AbstractSingleOperation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/CRSPair.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/CoordinateOperationContext.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/CoordinateOperationFinder.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/CoordinateOperationRegistry.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultConcatenatedOperation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultConicProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultConversion.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCylindricalProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultFormula.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultOperationMethod.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultPassThroughOperation.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultPlanarProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/MismatchedDatumException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/SubOperationInfo.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/SubTypes.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/builder/LinearTransformBuilder.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/AffineTransforms2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Matrices.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Matrix1.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Matrix2.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Matrix3.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Matrix4.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/MatrixSIS.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/MismatchedMatrixSizeException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/NonSquareMatrix.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/NoninvertibleMatrixException.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/matrix/Solver.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/AlbersEqualArea.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/CylindricalEqualArea.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/Initializer.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/LambertConicConformal.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/Mercator.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ObliqueStereographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/PolarStereographic.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/AbstractLinearTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/AbstractMathTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/AbstractMathTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/AbstractMathTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransformDirect.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransformDirect2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ConstantTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ContextualParameter.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ContextualParameters.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/CopyTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DatumShiftTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/EllipsoidToCentricTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ExponentialTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/IdentityTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/InterpolatedGeocentricTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/InterpolatedGeocentricTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/InterpolatedMolodenskyTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/InterpolatedMolodenskyTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/IterationStrategy.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/LinearInterpolator1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/LinearTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/LinearTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/LogarithmicTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/MathTransformProvider.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/MathTransforms.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/MolodenskyFormula.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/MolodenskyTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/PassThroughTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/PassThroughTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/PowerTransform1D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ProjectiveTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ProjectiveTransform2D.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/ScaleTransform.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/TransferFunction.java sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/TransformSeparator.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/geometry/AbstractEnvelopeTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/geometry/EnvelopesTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/geometry/GeneralDirectPositionTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/geometry/GeneralEnvelopeTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/geometry/TransformTestCase.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/jaxb/referencing/CC_GeneralOperationParameterTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/jaxb/referencing/CC_OperationParameterGroupTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/ReferencingUtilitiesTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/ServicesForMetadataTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/j2d/ShapeUtilitiesViewer.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/FranceGeocentricInterpolationTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/GeocentricTranslationTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/Geographic3Dto2DTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/NADCONTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/NTv2Test.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/PositionVector7ParamTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/ProviderMock.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/io/wkt/GeodeticObjectParserTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/io/wkt/WKTParserTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/DefaultParameterDescriptorGroupTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/DefaultParameterDescriptorTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/DefaultParameterValueTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/MapProjectionParametersTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/MatrixParametersTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/ParameterMarshallingTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/TensorParametersTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/parameter/TensorValuesTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/AbstractIdentifiedObjectTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/BuilderMock.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/BuilderTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/CRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/CommonCRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/GeodeticObjectVerifier.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultCompoundCRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultDerivedCRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeodeticCRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultProjectedCRSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/cs/AbstractCSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/cs/DefaultCartesianCSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/cs/DefaultEllipsoidalCSTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/DefaultGeodeticDatumTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/DefaultPrimeMeridianTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/DefaultTemporalDatumTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/DefaultVerticalDatumTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/PrimeMeridianMock.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/datum/TimeDependentBWPTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/AuthorityFactoryMock.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/GIGS2004.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/EPSGDataFormatter.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationFinderTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationRegistryTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/DefaultConversionTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/DefaultOperationMethodTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/DefaultPassThroughOperationTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/SingleOperationMarshallingTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/builder/LinearTransformBuilderTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/matrix/Matrix3Test.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/matrix/Matrix4Test.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/matrix/MatrixTestCase.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/Benchmark.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ConformalProjectionTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/LambertConicConformalTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MapProjectionTestCase.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorMethodComparison.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/NoOp.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ObliqueStereographicTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/PolarStereographicTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/TransverseMercatorTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/AbstractMathTransformTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/ConcatenatedTransformTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/ContextualParametersTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/CoordinateDomain.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/EllipsoidToCentricTransformTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/ExponentialTransform1DTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/LogarithmicTransform1DTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformFactoryMock.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformWrapper.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformsTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/OperationMethodSetTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/PassThroughTransformTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/PseudoTransform.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/RandomFailureTransform.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/ScaleTransformTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/TransformSeparatorTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateOperationMethods.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateReferenceSystems.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/test/integration/DatumShiftTest.java sis/branches/JDK7/core/sis-referencing/src/test/java/org/apache/sis/test/integration/MetadataTest.java Propchange: sis/branches/JDK7/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Jan 21 09:00:40 2017 @@ -1,5 +1,5 @@ /sis/branches/Android:1430670-1480699 /sis/branches/JDK6:1394913-1508480 -/sis/branches/JDK8:1584960-1779554 +/sis/branches/JDK8:1584960-1779703 /sis/branches/JDK9:1773327-1773512 /sis/trunk:1394364-1508466,1519089-1519674 Modified: sis/branches/JDK7/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultMaintenanceInformation.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -464,7 +464,7 @@ public class DefaultMaintenanceInformati * person(s) and organization(s) with responsibility for maintaining the resource. * * @param newValues the new identification of person(s) and organization(s) - * with responsibility for maintaining the resource. + * with responsibility for maintaining the resource. */ public void setContacts(final Collection newValues) { contacts = writeCollection(newValues, contacts, Responsibility.class); Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractDirectPosition.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractDirectPosition.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractDirectPosition.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractDirectPosition.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -22,6 +22,7 @@ package org.apache.sis.geometry; * to force installation of the Java2D module (e.g. JavaFX/SWT). */ import java.util.Arrays; +import java.util.Objects; import org.opengis.geometry.DirectPosition; import org.opengis.geometry.MismatchedDimensionException; import org.opengis.geometry.MismatchedReferenceSystemException; @@ -39,9 +40,6 @@ import static java.lang.Double.doubleToL import static org.apache.sis.util.StringBuilders.trimFractionalPart; import static org.apache.sis.util.ArgumentChecks.ensureDimensionMatches; -// Branch-dependent imports -import java.util.Objects; - /** * Default implementations of some {@code DirectPosition} methods, leaving the data storage to subclasses. @@ -81,7 +79,7 @@ public abstract class AbstractDirectPosi * Returns a sequence of numbers that hold the coordinate of this position in its * reference system. * - * @return The coordinates. + * @return the coordinates. */ @Override public double[] getCoordinate() { @@ -101,9 +99,9 @@ public abstract class AbstractDirectPosi * otherwise a {@code MismatchedReferenceSystemException} is thrown. However subclass may choose * to assign the CRS of this position to the CRS of the given position.

* - * @param position The new position, or {@code null}. - * @throws MismatchedDimensionException If the given position doesn't have the expected dimension. - * @throws MismatchedReferenceSystemException If the given position doesn't use the expected CRS. + * @param position the new position, or {@code null}. + * @throws MismatchedDimensionException if the given position doesn't have the expected dimension. + * @throws MismatchedReferenceSystemException if the given position doesn't use the expected CRS. */ public void setLocation(final DirectPosition position) throws MismatchedDimensionException, MismatchedReferenceSystemException @@ -187,7 +185,7 @@ public abstract class AbstractDirectPosi * to the {@code float} type without precision lost. This method treats all {@code NaN} values * as equal. * - * @param values The value to test for their precision. + * @param values the value to test for their precision. * @return {@code true} if every values can be casted to the {@code float} type without precision lost. * * @see #toString(DirectPosition, boolean) @@ -225,9 +223,9 @@ public abstract class AbstractDirectPosi * for formatting a {@code POINT} element from a direct position in Well Known Text * (WKT) format. * - * @param position The position to format. - * @param isSimplePrecision {@code true} if every ordinate values can be casted to {@code float}. - * @return The point as a {@code POINT} in WKT format. + * @param position the position to format. + * @param isSimplePrecision {@code true} if every ordinate values can be casted to {@code float}. + * @return the point as a {@code POINT} in WKT format. * * @see #isSimplePrecision(double[]) */ @@ -257,10 +255,10 @@ public abstract class AbstractDirectPosi /** * Parses the given WKT. * - * @param wkt The WKT to parse. - * @return The ordinates, or {@code null} if none. - * @throws NumberFormatException If a number can not be parsed. - * @throws IllegalArgumentException If the parenthesis are not balanced. + * @param wkt the WKT to parse. + * @return the ordinates, or {@code null} if none. + * @throws NumberFormatException if a number can not be parsed. + * @throws IllegalArgumentException if the parenthesis are not balanced. */ static double[] parse(final CharSequence wkt) throws NumberFormatException, IllegalArgumentException { /* @@ -358,7 +356,7 @@ parse: while (i < length) { * Consequently, it should be possible to mix different {@code DirectPosition} * implementations in the same hash map. * - * @return A hash code value for this position. + * @return a hash code value for this position. */ @Override public int hashCode() { @@ -379,7 +377,7 @@ parse: while (i < length) { * Consequently, it should be possible to mix different {@code DirectPosition} implementations in * the same hash map. * - * @param object The object to compare with this position. + * @param object the object to compare with this position. * @return {@code true} if the given object is equal to this position. */ @Override Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -768,8 +768,8 @@ public abstract class AbstractEnvelope i * For API stability, use the {@link #contains(Envelope)} method instead. * See SIS-172 for more information. * - * @param envelope the envelope to test for inclusion. - * @param edgesInclusive {@code true} if this envelope edges are inclusive. + * @param envelope the envelope to test for inclusion. + * @param edgesInclusive {@code true} if this envelope edges are inclusive. * @return {@code true} if this envelope completely encloses the specified one. * @throws MismatchedDimensionException if the specified envelope doesn't have the expected dimension. * @throws AssertionError if assertions are enabled and the envelopes have mismatched CRS. @@ -882,8 +882,8 @@ public abstract class AbstractEnvelope i * For API stability, use the {@link #intersects(Envelope)} method instead. * See SIS-172 for more information. * - * @param envelope the envelope to test for intersection. - * @param edgesInclusive {@code true} if this envelope edges are inclusive. + * @param envelope the envelope to test for intersection. + * @param edgesInclusive {@code true} if this envelope edges are inclusive. * @return {@code true} if this envelope intersects the specified one. * @throws MismatchedDimensionException if the specified envelope doesn't have the expected dimension. * @throws AssertionError if assertions are enabled and the envelopes have mismatched CRS. @@ -1116,9 +1116,9 @@ public abstract class AbstractEnvelope i * Implementation of the public {@link #toString()} and {@link Envelopes#toString(Envelope)} * methods for formatting a {@code BOX} element from an envelope. * - * @param envelope The envelope to format. - * @param isSimplePrecision {@code true} if every lower and upper corner values can be casted to {@code float}. - * @return This envelope as a {@code BOX} or {@code BOX3D} (most typical dimensions) element. + * @param envelope the envelope to format. + * @param isSimplePrecision {@code true} if every lower and upper corner values can be casted to {@code float}. + * @return this envelope as a {@code BOX} or {@code BOX3D} (most typical dimensions) element. * * @see GeneralEnvelope#GeneralEnvelope(CharSequence) * @see org.apache.sis.measure.CoordinateFormat @@ -1237,8 +1237,8 @@ public abstract class AbstractEnvelope i * preserving the immutable aspect of {@link ImmutableEnvelope} subclass among others.

* * @param dimension the dimension to set. - * @param lower The limit in the direction of decreasing ordinate values. - * @param upper The limit in the direction of increasing ordinate values. + * @param lower the limit in the direction of decreasing ordinate values. + * @param upper the limit in the direction of increasing ordinate values. * @throws UnmodifiableGeometryException if this envelope is not modifiable. * @throws IndexOutOfBoundsException if the given index is out of bounds. * @throws IllegalArgumentException if {@code lower > upper}, this envelope has a CRS Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -22,6 +22,7 @@ package org.apache.sis.geometry; * force installation of the Java2D module (e.g. JavaFX/SWT). */ import java.util.Arrays; +import java.util.Objects; import java.io.Serializable; import org.opengis.geometry.Envelope; import org.opengis.geometry.DirectPosition; @@ -41,9 +42,6 @@ import static org.apache.sis.util.Argume import static org.apache.sis.math.MathFunctions.isNegative; import static org.apache.sis.internal.referencing.Formulas.isPoleToPole; -// Branch-dependent imports -import java.util.Objects; - /** * Base class of envelopes backed by an array. The ordinate values are stored in the {@link #ordinates} array. @@ -85,7 +83,7 @@ class ArrayEnvelope extends AbstractEnve * the given reference directly; it does not clone the given array. This is * the desired behavior for proper working of {@link SubEnvelope}. * - * @param ordinates The array of ordinate values to store directly (not cloned). + * @param ordinates the array of ordinate values to store directly (not cloned). */ ArrayEnvelope(final double[] ordinates) { this.ordinates = ordinates; @@ -101,10 +99,10 @@ class ArrayEnvelope extends AbstractEnve * If at least one corner is associated to a CRS, then the new envelope will also * be associated to that CRS. * - * @param lowerCorner The limits in the direction of decreasing ordinate values for each dimension. - * @param upperCorner The limits in the direction of increasing ordinate values for each dimension. - * @throws MismatchedDimensionException If the two positions do not have the same dimension. - * @throws MismatchedReferenceSystemException If the CRS of the two position are not equal. + * @param lowerCorner the limits in the direction of decreasing ordinate values for each dimension. + * @param upperCorner the limits in the direction of increasing ordinate values for each dimension. + * @throws MismatchedDimensionException if the two positions do not have the same dimension. + * @throws MismatchedReferenceSystemException if the CRS of the two position are not equal. */ public ArrayEnvelope(final DirectPosition lowerCorner, final DirectPosition upperCorner) throws MismatchedDimensionException, MismatchedReferenceSystemException @@ -125,9 +123,9 @@ class ArrayEnvelope extends AbstractEnve * Constructs an envelope defined by two corners given as sequences of ordinate values. * The Coordinate Reference System is initially {@code null}. * - * @param lowerCorner The limits in the direction of decreasing ordinate values for each dimension. - * @param upperCorner The limits in the direction of increasing ordinate values for each dimension. - * @throws MismatchedDimensionException If the two sequences do not have the same length. + * @param lowerCorner the limits in the direction of decreasing ordinate values for each dimension. + * @param upperCorner the limits in the direction of increasing ordinate values for each dimension. + * @throws MismatchedDimensionException if the two sequences do not have the same length. */ public ArrayEnvelope(final double[] lowerCorner, final double[] upperCorner) throws MismatchedDimensionException { ensureNonNull("lowerCorner", lowerCorner); @@ -141,7 +139,7 @@ class ArrayEnvelope extends AbstractEnve * Constructs an empty envelope of the specified dimension. All ordinates * are initialized to 0 and the coordinate reference system is undefined. * - * @param dimension The envelope dimension. + * @param dimension the envelope dimension. */ public ArrayEnvelope(final int dimension) { ordinates = new double[dimension * 2]; @@ -151,7 +149,7 @@ class ArrayEnvelope extends AbstractEnve * Constructs an empty envelope with the specified coordinate reference system. * All ordinate values are initialized to 0. * - * @param crs The coordinate reference system. + * @param crs the coordinate reference system. */ public ArrayEnvelope(final CoordinateReferenceSystem crs) { ensureNonNull("crs", crs); @@ -162,7 +160,7 @@ class ArrayEnvelope extends AbstractEnve /** * Constructs a new envelope with the same data than the specified envelope. * - * @param envelope The envelope to copy. + * @param envelope the envelope to copy. */ public ArrayEnvelope(final Envelope envelope) { ensureNonNull("envelope", envelope); @@ -184,7 +182,7 @@ class ArrayEnvelope extends AbstractEnve * {@linkplain org.apache.sis.referencing.CommonCRS#defaultGeographic() default geographic CRS}. * Axis order is (longitude, latitude). * - * @param box The bounding box to copy. + * @param box the bounding box to copy. */ public ArrayEnvelope(final GeographicBoundingBox box) { ensureNonNull("box", box); @@ -217,8 +215,8 @@ class ArrayEnvelope extends AbstractEnve * See the javadoc of the {@link GeneralEnvelope#GeneralEnvelope(CharSequence) GeneralEnvelope} * constructor for more information. * - * @param wkt The {@code BOX}, {@code POLYGON} or other kind of element to parse. - * @throws IllegalArgumentException If the given string can not be parsed. + * @param wkt the {@code BOX}, {@code POLYGON} or other kind of element to parse. + * @throws IllegalArgumentException if the given string can not be parsed. */ public ArrayEnvelope(final CharSequence wkt) throws IllegalArgumentException { ensureNonNull("wkt", wkt); @@ -344,8 +342,8 @@ scanNumber: while ((i += Character.charC *
  • {@link SubEnvelope#setRange(int, double, double)}
  • * * - * @param crs The coordinate reference system, or {@code null}. - * @param ordinates The array of ordinate values to verify. + * @param crs the coordinate reference system, or {@code null}. + * @param ordinates the array of ordinate values to verify. */ static void verifyRanges(final CoordinateReferenceSystem crs, final double[] ordinates) { if (crs != null) { @@ -412,7 +410,7 @@ scanNumber: while ((i += Character.charC * This information is available even when the {@linkplain #getCoordinateReferenceSystem() * coordinate reference system} is unknown. * - * @return The dimensionality of this envelope. + * @return the dimensionality of this envelope. */ @Override // Must also be overridden in SubEnvelope public int getDimension() { @@ -424,7 +422,7 @@ scanNumber: while ((i += Character.charC * If non-null, it shall be the same as {@linkplain #getLowerCorner() lower corner} * and {@linkplain #getUpperCorner() upper corner} CRS. * - * @return The envelope CRS, or {@code null} if unknown. + * @return the envelope CRS, or {@code null} if unknown. */ @Override public CoordinateReferenceSystem getCoordinateReferenceSystem() { Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/CurveExtremum.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/CurveExtremum.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/CurveExtremum.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/CurveExtremum.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -63,13 +63,13 @@ final class CurveExtremum { * Finds the extremum of the unique cubic curve which fit the two given points and derivatives. * See class javadoc for more information. * - * @param x1 The x ordinate of the first point. - * @param y1 The y ordinate of the first point. - * @param dy1 The ∂x/∂y value at the first point. - * @param x2 The x ordinate of the second point. - * @param y2 The y ordinate of the second point. - * @param dy2 The ∂x/∂y value at the second point. - * @return The two points located on the extremum of the fitted cubic curve. + * @param x1 the x ordinate of the first point. + * @param y1 the y ordinate of the first point. + * @param dy1 the ∂x/∂y value at the first point. + * @param x2 the x ordinate of the second point. + * @param y2 the y ordinate of the second point. + * @param dy2 the ∂x/∂y value at the second point. + * @return the two points located on the extremum of the fitted cubic curve. */ void resolve(double x1, double y1, final double dy1, double x2, double y2, final double dy2) Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition1D.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition1D.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition1D.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition1D.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -21,6 +21,7 @@ package org.apache.sis.geometry; * support Java2D (e.g. Android), or applications that do not need it may want to avoid to * to force installation of the Java2D module (e.g. JavaFX/SWT). */ +import java.util.Objects; import java.io.Serializable; import org.opengis.referencing.crs.CoordinateReferenceSystem; import org.opengis.geometry.DirectPosition; @@ -30,9 +31,6 @@ import org.apache.sis.util.resources.Err import static org.apache.sis.util.ArgumentChecks.ensureDimensionMatches; -// Branch-dependent imports -import java.util.Objects; - /** * A one-dimensional position within some coordinate reference system. @@ -71,7 +69,7 @@ public class DirectPosition1D extends Ab /** * Constructs a position with the specified coordinate reference system. * - * @param crs The coordinate reference system. + * @param crs the coordinate reference system. */ public DirectPosition1D(final CoordinateReferenceSystem crs) { ensureDimensionMatches("crs", 1, crs); @@ -81,7 +79,7 @@ public class DirectPosition1D extends Ab /** * Constructs a 1D position from the specified ordinate. * - * @param ordinate The ordinate value. + * @param ordinate the ordinate value. */ public DirectPosition1D(final double ordinate) { this.ordinate = ordinate; @@ -96,9 +94,9 @@ public class DirectPosition1D extends Ab * POINT(6) * } * - * @param wkt The {@code POINT} or other kind of element to parse. - * @throws IllegalArgumentException If the given string can not be parsed. - * @throws MismatchedDimensionException If the given point is not one-dimensional. + * @param wkt the {@code POINT} or other kind of element to parse. + * @throws IllegalArgumentException if the given string can not be parsed. + * @throws MismatchedDimensionException if the given point is not one-dimensional. * * @see #toString() * @see org.apache.sis.measure.CoordinateFormat @@ -117,7 +115,7 @@ public class DirectPosition1D extends Ab * The length of coordinate sequence (the number of entries). * This is always 1 for {@code DirectPosition1D} objects. * - * @return The dimensionality of this position. + * @return the dimensionality of this position. */ @Override public final int getDimension() { @@ -129,7 +127,7 @@ public class DirectPosition1D extends Ab * May be {@code null} if this particular {@code DirectPosition} is included * in a larger object with such a reference to a CRS. * - * @return The coordinate reference system, or {@code null}. + * @return the coordinate reference system, or {@code null}. */ @Override public final CoordinateReferenceSystem getCoordinateReferenceSystem() { @@ -139,7 +137,7 @@ public class DirectPosition1D extends Ab /** * Sets the coordinate reference system in which the coordinate is given. * - * @param crs The new coordinate reference system, or {@code null}. + * @param crs the new coordinate reference system, or {@code null}. */ public void setCoordinateReferenceSystem(final CoordinateReferenceSystem crs) { ensureDimensionMatches("crs", 1, crs); @@ -152,7 +150,7 @@ public class DirectPosition1D extends Ab *
    API note: * This method is final for ensuring consistency with the {@link #ordinate} field, which is public.
    * - * @return The coordinates. + * @return the coordinates. */ @Override public final double[] getCoordinate() { @@ -165,8 +163,8 @@ public class DirectPosition1D extends Ab *
    API note: * This method is final for ensuring consistency with the {@link #ordinate} field, which is public.
    * - * @param dimension The dimension, which must be 0. - * @return The {@linkplain #ordinate}. + * @param dimension the dimension, which must be 0. + * @return the {@linkplain #ordinate}. * @throws IndexOutOfBoundsException if the specified dimension is out of bounds. */ @Override @@ -181,8 +179,8 @@ public class DirectPosition1D extends Ab /** * Sets the ordinate value along the specified dimension. * - * @param dimension The dimension, which must be 0. - * @param value the ordinate value. + * @param dimension the dimension, which must be 0. + * @param value the ordinate value. * @throws IndexOutOfBoundsException if the specified dimension is out of bounds. */ @Override @@ -199,7 +197,7 @@ public class DirectPosition1D extends Ab * contains a coordinate reference system (CRS), then the CRS for this position will * be set to the CRS of the specified position. * - * @param position The new position for this point. + * @param position the new position for this point. * @throws MismatchedDimensionException if this point doesn't have the expected dimension. */ @Override @@ -228,7 +226,7 @@ public class DirectPosition1D extends Ab /** * Returns a copy of this position. * - * @return A copy of this position. + * @return a copy of this position. */ @Override public DirectPosition1D clone() { Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java?rev=1779706&r1=1779705&r2=1779706&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java [UTF-8] Sat Jan 21 09:00:40 2017 @@ -16,6 +16,7 @@ */ package org.apache.sis.geometry; +import java.util.Objects; import java.awt.geom.Point2D; import org.opengis.geometry.DirectPosition; import org.opengis.geometry.MismatchedDimensionException; @@ -28,9 +29,6 @@ import static java.lang.Double.doubleToL import static org.apache.sis.util.ArgumentChecks.ensureNonNull; import static org.apache.sis.util.ArgumentChecks.ensureDimensionMatches; -// Branch-dependent imports -import java.util.Objects; - /** * A two-dimensional position on top of Java2D point. @@ -89,7 +87,7 @@ public class DirectPosition2D extends Po /** * Constructs a position initialized to (0,0) with the specified coordinate reference system. * - * @param crs The coordinate reference system, or {@code null}. + * @param crs the coordinate reference system, or {@code null}. */ public DirectPosition2D(final CoordinateReferenceSystem crs) { ensureDimensionMatches("crs", 2, crs); @@ -103,8 +101,8 @@ public class DirectPosition2D extends Po * Those parameter names simply match the {@linkplain #x x} and {@linkplain #y y} fields. * See the class javadoc for details. * - * @param x The first ordinate value (not necessarily horizontal). - * @param y The second ordinate value (not necessarily vertical). + * @param x the first ordinate value (not necessarily horizontal). + * @param y the second ordinate value (not necessarily vertical). */ public DirectPosition2D(final double x, final double y) { super(x, y); @@ -118,9 +116,9 @@ public class DirectPosition2D extends Po * The actual axis orientations are determined by the specified CRS. * See the class javadoc for details. * - * @param crs The coordinate reference system, or {@code null}. - * @param x The first ordinate value (not necessarily horizontal). - * @param y The second ordinate value (not necessarily vertical). + * @param crs the coordinate reference system, or {@code null}. + * @param x the first ordinate value (not necessarily horizontal). + * @param y the second ordinate value (not necessarily vertical). */ public DirectPosition2D(final CoordinateReferenceSystem crs, final double x, final double y) { super(x, y); @@ -131,7 +129,7 @@ public class DirectPosition2D extends Po /** * Constructs a position initialized to the same values than the specified point. * - * @param position The position to copy. + * @param position the position to copy. * @throws MismatchedDimensionException if the given position is not two-dimensional. * * @see #setLocation(Point2D) @@ -153,9 +151,9 @@ public class DirectPosition2D extends Po * POINT(6 10) * } * - * @param wkt The {@code POINT} or other kind of element to parse. - * @throws IllegalArgumentException If the given string can not be parsed. - * @throws MismatchedDimensionException If the given point is not two-dimensional. + * @param wkt the {@code POINT} or other kind of element to parse. + * @throws IllegalArgumentException if the given string can not be parsed. + * @throws MismatchedDimensionException if the given point is not two-dimensional. * * @see #toString() * @see org.apache.sis.measure.CoordinateFormat @@ -184,7 +182,7 @@ public class DirectPosition2D extends Po * The length of coordinate sequence (the number of entries). * This is always 2 for {@code DirectPosition2D} objects. * - * @return The dimensionality of this position. + * @return the dimensionality of this position. */ @Override public final int getDimension() { @@ -196,7 +194,7 @@ public class DirectPosition2D extends Po * May be {@code null} if this particular {@code DirectPosition} is included * in a larger object with such a reference to a CRS. * - * @return The coordinate reference system, or {@code null}. + * @return the coordinate reference system, or {@code null}. */ @Override public final CoordinateReferenceSystem getCoordinateReferenceSystem() { @@ -206,7 +204,7 @@ public class DirectPosition2D extends Po /** * Sets the coordinate reference system in which the coordinate is given. * - * @param crs The new coordinate reference system, or {@code null}. + * @param crs the new coordinate reference system, or {@code null}. */ public void setCoordinateReferenceSystem(final CoordinateReferenceSystem crs) { ensureDimensionMatches("crs", 2, crs); @@ -219,7 +217,7 @@ public class DirectPosition2D extends Po *
    API note: * This method is final for ensuring consistency with the {@code x} and {@code y} fields, which are public.
    * - * @return The coordinate. + * @return the coordinate. */ @Override public final double[] getCoordinate() { @@ -232,8 +230,8 @@ public class DirectPosition2D extends Po *
    API note: * This method is final for ensuring consistency with the {@code x} and {@code y} fields, which are public.
    * - * @param dimension The dimension in the range 0 to 1 inclusive. - * @return The coordinate at the specified dimension. + * @param dimension the dimension in the range 0 to 1 inclusive. + * @return the coordinate at the specified dimension. * @throws IndexOutOfBoundsException if the specified dimension is out of bounds. */ @Override @@ -248,8 +246,8 @@ public class DirectPosition2D extends Po /** * Sets the ordinate value along the specified dimension. * - * @param dimension the dimension for the ordinate of interest. - * @param value the ordinate value of interest. + * @param dimension the dimension for the ordinate of interest. + * @param value the ordinate value of interest. * @throws IndexOutOfBoundsException if the specified dimension is out of bounds. */ @Override @@ -266,7 +264,7 @@ public class DirectPosition2D extends Po * {@code DirectPosition} containing a non-null coordinate reference system (CRS), * then the CRS for this position will be set to the CRS of the given point. * - * @param position The new position for this point. + * @param position the new position for this point. */ @Override public void setLocation(final Point2D position) { @@ -299,7 +297,7 @@ public class DirectPosition2D extends Po * Returns a hash value for this coordinate. This method implements the * {@link DirectPosition#hashCode()} contract, not the {@link Point2D#hashCode()} contract. * - * @return A hash code value for this position. + * @return a hash code value for this position. */ @Override public int hashCode() { @@ -314,7 +312,7 @@ public class DirectPosition2D extends Po * {@link DirectPosition#equals(Object)} contract. Otherwise the comparison is performed as * specified in the {@link Point2D#equals(Object)} contract. * - * @param object The object to compare with this position. + * @param object the object to compare with this position. * @return {@code true} if the given object is equal to this position. */ @Override @@ -346,7 +344,7 @@ public class DirectPosition2D extends Po /** * Returns a clone of this point. * - * @return A clone of this position. + * @return a clone of this position. */ @Override public DirectPosition2D clone() {