Modified: sis/branches/JDK8/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/FrenchProfile.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/FrenchProfile.java?rev=1779788&r1=1779787&r2=1779788&view=diff ============================================================================== --- sis/branches/JDK8/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/FrenchProfile.java [UTF-8] (original) +++ sis/branches/JDK8/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/FrenchProfile.java [UTF-8] Sun Jan 22 10:23:03 2017 @@ -61,9 +61,9 @@ public final class FrenchProfile extends * because AFNOR requires to specify whether the system is direct or indirect. * For reference system types, use {@link #toAFNOR(ReferenceSystem, boolean)} instead. * - * @param metadata The metadata to make AFNOR-compliant, or {@code null}. - * @return A copy of the metadata as an AFNOR-compliant object, or {@code metadata} if the metadata - * was {@code null}, does not have an AFNOR type, or was already of the appropriate type. + * @param metadata the metadata to make AFNOR-compliant, or {@code null}. + * @return a copy of the metadata as an AFNOR-compliant object, or {@code metadata} if the metadata + * was {@code null}, does not have an AFNOR type, or was already of the appropriate type. */ public static Object toAFNOR(Object metadata) { if (metadata != null) { @@ -113,10 +113,10 @@ public final class FrenchProfile extends * </complexType> * } * - * @param rs The reference system to make AFNOR-compliant, or {@code null}. - * @param indirect {@code false} for {@code FRA_DirectReferenceSystem}, - * or {@code true} for {@code FRA_IndirectReferenceSystem}. - * @return A copy of the given reference system as an AFNOR-compliant object, or {@code rs} + * @param rs the reference system to make AFNOR-compliant, or {@code null}. + * @param indirect {@code false} for {@code FRA_DirectReferenceSystem}, or + * {@code true} for {@code FRA_IndirectReferenceSystem}. + * @return a copy of the given reference system as an AFNOR-compliant object, or {@code rs} * if the given reference system was {@code null} or already of the appropriate type. */ public static ReferenceSystem toAFNOR(ReferenceSystem rs, final boolean indirect) {
Modified: sis/branches/JDK8/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java?rev=1779788&r1=1779787&r2=1779788&view=diff ============================================================================== --- sis/branches/JDK8/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java [UTF-8] (original) +++ sis/branches/JDK8/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java [UTF-8] Sun Jan 22 10:23:03 2017 @@ -51,8 +51,8 @@ public final strictfp class DirectRefere /** * Creates the metadata object to be tested. * - * @param legacy {@code true} for using the legacy {@code ResponsibleParty} instead of {@code Responsibility}. - * This is sometime needed for comparison purpose with unmarshalled metadata. + * @param legacy {@code true} for using the legacy {@code ResponsibleParty} instead of {@code Responsibility}. + * This is sometime needed for comparison purpose with unmarshalled metadata. */ @SuppressWarnings("deprecation") private static DefaultMetadata createMetadata(final boolean legacy) {
