Author: desruisseaux
Date: Thu Mar 26 13:56:03 2015
New Revision: 1669345

URL: http://svn.apache.org/r1669345
Log:
Referencing: trivial javadoc fix (include: fixed wrong Unicode character).

Modified:
    
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java
    
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/formulas.html

Modified: 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java?rev=1669345&r1=1669344&r2=1669345&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/NormalizedProjection.java
 [UTF-8] Thu Mar 26 13:56:03 2015
@@ -64,7 +64,7 @@ import java.util.Objects;
  * The matrices below show only the basic parameters common to all 
projections. Some projections will put more elements
  * in those matrices.
  *
- * <center>
+ * <blockquote>
  *   <table class="compact" style="td {vertical-align: middle}" 
summary="Decomposition of a map projection">
  *     <tr>
  *       <td>{@include ../transform/formulas.html#Normalize}</td>
@@ -74,7 +74,7 @@ import java.util.Objects;
  *       <td>{@include ../transform/formulas.html#Denormalize}</td>
  *     </tr>
  *   </table>
- * </center>
+ * </blockquote>
  *
  * {@code NormalizedProjection} does not store the above cited parameters 
(central meridian, scale factor, <i>etc.</i>)
  * on intend, in order to make clear that those parameters are not used by 
subclasses.
@@ -432,7 +432,7 @@ public abstract class NormalizedProjecti
      * Computes the reciprocal of the radius of curvature of the ellipsoid 
perpendicular to the meridian at latitude φ.
      * That radius of curvature is:
      *
-     * <blockquote>ν = 1 / √(1 - ℯ²∙sin²φ)</blockquote>
+     * <blockquote>ν = 1 / √(1 - ℯ²⋅sin²φ)</blockquote>
      *
      * This method returns 1/ν.
      *

Modified: 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/formulas.html
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/formulas.html?rev=1669345&r1=1669344&r2=1669345&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/formulas.html
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/formulas.html
 [UTF-8] Thu Mar 26 13:56:03 2015
@@ -124,7 +124,7 @@
           <mtr>
             <mtd><mi>π</mi><mo>/</mo><mn>180</mn></mtd>
             <mtd><mn>0</mn></mtd>
-            
<mtd><mo>-</mo><mo>(</mo><mi>π</mi><mo>/</mo><mn>180</mn><mo>)</mo> <mo>∙</mo> 
<msub><mi>λ</mi><mn>0</mn></msub></mtd>
+            
<mtd><mo>-</mo><mo>(</mo><mi>π</mi><mo>/</mo><mn>180</mn><mo>)</mo> <mo>⋅</mo> 
<msub><mi>λ</mi><mn>0</mn></msub></mtd>
           </mtr>
           <mtr>
             <mtd><mn>0</mn></mtd>
@@ -148,13 +148,13 @@
       <mfenced open="[" close="]">
         <mtable>
           <mtr>
-            <mtd><mi>a</mi> <mo>∙</mo> <msub><mi>k</mi><mn>0</mn></msub></mtd>
+            <mtd><mi>a</mi> <mo>⋅</mo> <msub><mi>k</mi><mn>0</mn></msub></mtd>
             <mtd><mn>0</mn></mtd>
             <mtd><mi>FE</mi></mtd>
           </mtr>
           <mtr>
             <mtd><mn>0</mn></mtd>
-            <mtd><mi>a</mi> <mo>∙</mo> <msub><mi>k</mi><mn>0</mn></msub></mtd>
+            <mtd><mi>a</mi> <mo>⋅</mo> <msub><mi>k</mi><mn>0</mn></msub></mtd>
             <mtd><mi>FN</mi></mtd>
           </mtr>
           <mtr>


Reply via email to