diff --git a/src/java/org/apache/commons/math/random/ValueServer.java b/src/java/org/apache/commons/math/random/ValueServer.java
index 22880f59c..816890a25 100644
--- a/src/java/org/apache/commons/math/random/ValueServer.java
+++ b/src/java/org/apache/commons/math/random/ValueServer.java
@@ -302,16 +302,18 @@ public class ValueServer {
/**
* Gets next sequential value from the valuesFileURL
.
*
- * Throws an IOException if the read fails. + * Throws an IOException if the read fails.
*
* This method will open the valuesFileURL
if there is no
- * replay file open.
+ * replay file open.
* The valuesFileURL
will be closed and reopened to wrap around
- * from EOF to BOF if EOF is encountered.
+ * from EOF to BOF if EOF is encountered.