Skip to content

Commit

Permalink
Fix javadoc spacing after </sup> tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Nov 27, 2019
1 parent 0a581de commit 8889ad5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -178,7 +178,7 @@ public UniformRandomProvider jump() {
* {@link UniformRandomProvider#nextLong() nextLong()}. It can provide up to
* 2<sup>32</sup> non-overlapping subsequences of length 2<sup>96</sup>; each
* subsequence can provide up to 2<sup>32</sup> non-overlapping subsequences of
* length 2<sup>64</sup>using the {@link #jump()} method.</p>
* length 2<sup>64</sup> using the {@link #jump()} method.</p>
*/
@Override
public JumpableUniformRandomProvider longJump() {
Expand Down
Expand Up @@ -158,7 +158,7 @@ public UniformRandomProvider jump() {
* {@link UniformRandomProvider#nextLong() nextLong()}. It can provide up to
* 2<sup>256</sup> non-overlapping subsequences of length 2<sup>768</sup>; each
* subsequence can provide up to 2<sup>256</sup> non-overlapping subsequences of
* length 2<sup>512</sup>using the {@link #jump()} method.</p>
* length 2<sup>512</sup> using the {@link #jump()} method.</p>
*/
@Override
public JumpableUniformRandomProvider longJump() {
Expand Down
Expand Up @@ -161,7 +161,7 @@ public UniformRandomProvider jump() {
* {@link UniformRandomProvider#nextLong() nextLong()}. It can provide up to
* 2<sup>32</sup> non-overlapping subsequences of length 2<sup>96</sup>; each
* subsequence can provide up to 2<sup>32</sup> non-overlapping subsequences of
* length 2<sup>64</sup>using the {@link #jump()} method.</p>
* length 2<sup>64</sup> using the {@link #jump()} method.</p>
*/
@Override
public JumpableUniformRandomProvider longJump() {
Expand Down
Expand Up @@ -178,7 +178,7 @@ public UniformRandomProvider jump() {
* {@link UniformRandomProvider#nextLong() nextLong()}. It can provide up to
* 2<sup>64</sup> non-overlapping subsequences of length 2<sup>192</sup>; each
* subsequence can provide up to 2<sup>64</sup> non-overlapping subsequences of
* length 2<sup>128</sup>using the {@link #jump()} method.</p>
* length 2<sup>128</sup> using the {@link #jump()} method.</p>
*/
@Override
public JumpableUniformRandomProvider longJump() {
Expand Down
Expand Up @@ -210,7 +210,7 @@ public UniformRandomProvider jump() {
* {@link UniformRandomProvider#nextLong() nextLong()}. It can provide up to
* 2<sup>128</sup> non-overlapping subsequences of length 2<sup>384</sup>; each
* subsequence can provide up to 2<sup>128</sup> non-overlapping subsequences of
* length 2<sup>256</sup>using the {@link #jump()} method.</p>
* length 2<sup>256</sup> using the {@link #jump()} method.</p>
*/
@Override
public JumpableUniformRandomProvider longJump() {
Expand Down

0 comments on commit 8889ad5

Please sign in to comment.