aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-21 05:55:15 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-21 05:55:15 +0100
commitf2df6b6aaa55f2cf96271327e36e21e583836a53 (patch)
treee873d1515bc30b67f17cbee6e95fe32c9172c813 /src
parentparity via multiplication (diff)
downloadalgorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.gz
algorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.bz2
algorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/algorithms/shuffling/SattoloShuffle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/shuffling/SattoloShuffle.java b/src/algorithms/shuffling/SattoloShuffle.java
index 163464c..e981cb8 100644
--- a/src/algorithms/shuffling/SattoloShuffle.java
+++ b/src/algorithms/shuffling/SattoloShuffle.java
@@ -20,7 +20,7 @@ import java.util.Random;
/**
- * Bias free array shuffling class using Sattolo Cycles.<br/>
+ * Bias free array shuffling class using Sattolo Cycles.<br>
* The is probably the best possible shuffling algorithm.
*/
public class SattoloShuffle