Skip to content

Commit

Permalink
Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Aug 26, 2016
1 parent 0999885 commit 99cf472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/rng/RandomSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
* This factory thus provides a method for
* {@link #saveState(UniformRandomProvider) saving} the internal
* state of a generator.
* The state is wrapped in an {@link SourceState "opaque object"} to be
* used for {@link #restoreState(UniformRandomProvider,SourceState) restoring}
* The state is wrapped in an {@link State "opaque object"} to be
* used for {@link #restoreState(UniformRandomProvider,State) restoring}
* a generator (of the same type) to an identical state (e.g. to allow
* persistent storage, or to continue a sequence from where the original
* instance left off).
Expand Down

0 comments on commit 99cf472

Please sign in to comment.