Skip to content

Commit 856afcd

Browse files
committed
Add JavaDoc
1 parent 5621d78 commit 856afcd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

liquidjava-verifier/src/main/java/liquidjava/diagnostics/NameSuggester.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
import liquidjava.utils.Utils;
1111

12+
/**
13+
* Finds a sufficiently similar name among the elements available in the current context
14+
* Uses Jaro-Winkler similarity to find the closest match
15+
*/
1216
public final class NameSuggester {
1317

1418
private static final int MINIMUM_NAME_LENGTH = 3;

0 commit comments

Comments
 (0)