Fix javadoc issues

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d06517ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d06517ad
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d06517ad

Branch: refs/heads/master
Commit: d06517ad501c842515f27ef83fc8ba54559d55c3
Parents: 55a6aa8
Author: Ray DeCampo <r...@decampo.org>
Authored: Sat May 13 09:44:32 2017 -0400
Committer: Ray DeCampo <r...@decampo.org>
Committed: Sat May 13 09:44:32 2017 -0400

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/random/RandomGenerator.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/d06517ad/src/main/java/org/apache/commons/math4/random/RandomGenerator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/random/RandomGenerator.java 
b/src/main/java/org/apache/commons/math4/random/RandomGenerator.java
index c698f85..72dfbd6 100644
--- a/src/main/java/org/apache/commons/math4/random/RandomGenerator.java
+++ b/src/main/java/org/apache/commons/math4/random/RandomGenerator.java
@@ -69,7 +69,7 @@ public interface RandomGenerator {
     /**
      * Returns the next pseudorandom, uniformly distributed <code>int</code>
      * value from this random number generator's sequence.
-     * All 2<font size="-1"><sup>32</sup></font> possible {@code int} values
+     * All 2<sup style="font-size: smaller">32</sup> possible {@code int} 
values
      * should be produced with  (approximately) equal probability.
      *
      * @return the next pseudorandom, uniformly distributed <code>int</code>
@@ -93,7 +93,7 @@ public interface RandomGenerator {
     /**
      * Returns the next pseudorandom, uniformly distributed <code>long</code>
      * value from this random number generator's sequence.  All
-     * 2<font size="-1"><sup>64</sup></font> possible {@code long} values
+     * 2<sup style="font-size: smaller">64</sup> possible {@code long} values
      * should be produced with (approximately) equal probability.
      *
      * @return  the next pseudorandom, uniformly distributed <code>long</code>

Reply via email to