Author: desruisseaux
Date: Wed Feb 13 18:40:17 2013
New Revision: 1445819
URL: http://svn.apache.org/r1445819
Log:
Added a link to the "static <T extends Number & Comparable<? super Number>>"
page on StackOverflow.
Modified:
sis/ip-review/rev/30019/MeasurementRange.xhtml
sis/ip-review/rev/30019/NumberRange.xhtml
Modified: sis/ip-review/rev/30019/MeasurementRange.xhtml
URL:
http://svn.apache.org/viewvc/sis/ip-review/rev/30019/MeasurementRange.xhtml?rev=1445819&r1=1445818&r2=1445819&view=diff
==============================================================================
--- sis/ip-review/rev/30019/MeasurementRange.xhtml (original)
+++ sis/ip-review/rev/30019/MeasurementRange.xhtml Wed Feb 13 18:40:17 2013
@@ -13,7 +13,9 @@
<p>Applied a suggestion from <code>jgarnett</code>. This is the same
declaration pattern than in the standard
<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collections.html#min%28java.util.Collection%29">Collections.min(Collection)</a></code>
-JDK method and can not be applied in a different way.</p>
+JDK method and can not be applied in a different way. Identical parameters are
also provided in reply to a
+<a
href="http://stackoverflow.com/questions/7966051/static-t-extends-number-comparable-super-number">question
on StackOverflow</a>
+(page read on February 13th, 2013), so we could copy-and-paste the same
content than this commit from there.</p>
<p><b>Command line:</b></p>
<blockquote><code>svn diff --extensions "--unified --ignore-space-change
--ignore-all-space --ignore-eol-style" -r30018:30019
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/MeasurementRange.java</code></blockquote>
Modified: sis/ip-review/rev/30019/NumberRange.xhtml
URL:
http://svn.apache.org/viewvc/sis/ip-review/rev/30019/NumberRange.xhtml?rev=1445819&r1=1445818&r2=1445819&view=diff
==============================================================================
--- sis/ip-review/rev/30019/NumberRange.xhtml (original)
+++ sis/ip-review/rev/30019/NumberRange.xhtml Wed Feb 13 18:40:17 2013
@@ -13,7 +13,9 @@
<p>Applied a suggestion from <code>jgarnett</code>. This is the same
declaration pattern than in the standard
<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collections.html#min%28java.util.Collection%29">Collections.min(Collection)</a></code>
-JDK method and can not be applied in a different way.</p>
+JDK method and can not be applied in a different way. Identical parameters are
also provided in reply to a
+<a
href="http://stackoverflow.com/questions/7966051/static-t-extends-number-comparable-super-number">question
on StackOverflow</a>
+(page read on February 13th, 2013), so we could copy-and-paste the same
content than this commit from there.</p>
<p><b>Command line:</b></p>
<blockquote><code>svn diff --extensions "--unified --ignore-space-change
--ignore-all-space --ignore-eol-style" -r29987:30019
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/NumberRange.java</code></blockquote>