Author: desruisseaux
Date: Sun Dec  2 07:55:40 2012
New Revision: 1416132

URL: http://svn.apache.org/viewvc?rev=1416132&view=rev
Log:
Minor javadoc fix.

Modified:
    
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/MarshalContext.java

Modified: 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/MarshalContext.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/MarshalContext.java?rev=1416132&r1=1416131&r2=1416132&view=diff
==============================================================================
--- 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/MarshalContext.java
 (original)
+++ 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/MarshalContext.java
 Sun Dec  2 07:55:40 2012
@@ -54,7 +54,7 @@ public abstract class MarshalContext {
      * Returns the schema version of the XML document being (un)marshalled.
      * The {@code prefix} argument can be any of the following values 
(case-sensitive):
      *
-     * <table>
+     * <table class="sis">
      *   <tr>
      *     <th>Prefix</th>
      *     <th>Standard</th>
@@ -75,10 +75,9 @@ public abstract class MarshalContext {
      * Returns the locale to use for (un)marshalling, or {@code null} if no 
locale were explicitly
      * specified. The locale returned by this method can be used for choosing 
a language in an
      * {@link org.opengis.util.InternationalString}.
-     *
-     * <p>Note that the locale may varies in different fragments of the same 
XML document.
+     * This locale may vary in different fragments of the same XML document.
      * In particular children of {@link org.opengis.metadata.Metadata} inherit 
the locale
-     * specified by the {@link org.opengis.metadata.Metadata#getLanguage()} 
attribute.</p>
+     * specified by the {@link org.opengis.metadata.Metadata#getLanguage()} 
attribute.
      *
      * @return The locale for the XML fragment being (un)marshalled, or {@code 
null} is unspecified.
      */


Reply via email to