This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 4e95cddc Format tweak 4e95cddc is described below commit 4e95cddcec76cbbf9951b30c3c298a75bf502351 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 24 10:30:22 2022 -0400 Format tweak --- .../org/apache/commons/text/similarity/LongestCommonSubsequence.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java b/src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java index 4adee471..aaf05900 100644 --- a/src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java +++ b/src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java @@ -50,6 +50,7 @@ package org.apache.commons.text.similarity; * @since 1.0 */ public class LongestCommonSubsequence implements SimilarityScore<Integer> { + /** * An implementation of "ALG B" from Hirschberg's CACM '71 paper. * Assuming the first input sequence is of size <code>m</code> and the second input sequence is of size