Author: desruisseaux
Date: Tue Jul 30 15:25:04 2013
New Revision: 1508487

URL: http://svn.apache.org/r1508487
Log:
Minor javadoc note.

Modified:
    
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java

Modified: 
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java?rev=1508487&r1=1508486&r2=1508487&view=diff
==============================================================================
--- 
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java
 [UTF-8] (original)
+++ 
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java
 [UTF-8] Tue Jul 30 15:25:04 2013
@@ -544,6 +544,10 @@ public class Envelope2D extends Rectangl
      *       represents this envelope as four separated rectangles.
      * </ul>
      *
+     * {@note The return type is the <code>Rectangle2D.Double</code> 
implementation class rather than the
+     *        <code>Rectangle2D</code> abstract class because the 
<code>Envelope2D</code> class hierarchy
+     *        already exposes this implementation choice.}
+     *
      * @return A representation of this envelope as an array of non-empty 
Java2D rectangles.
      *         The array never contains {@code this}.
      *


Reply via email to