diff --git a/updater/src/ie/wombat/jbdiff/JBDiff.java b/updater/src/ie/wombat/jbdiff/JBDiff.java index 0cf684b5869c..fe26a78e5662 100644 --- a/updater/src/ie/wombat/jbdiff/JBDiff.java +++ b/updater/src/ie/wombat/jbdiff/JBDiff.java @@ -171,6 +171,9 @@ public class JBDiff { * Larsson and Sadakane's qsufsort algorithm. * See http://www.cs.lth.se/Research/Algorithms/Papers/jesper5.ps * + * Detailed description of the algorithm can be found here: + * http://www.larsson.dogma.net/ssrev-tr.pdf + * * @param I * @param oldBuf */