1 parent 5621d78 commit d4e1e51Copy full SHA for d4e1e51
1 file changed
liquidjava-verifier/src/main/java/liquidjava/diagnostics/NameSuggester.java
@@ -9,6 +9,9 @@
9
10
import liquidjava.utils.Utils;
11
12
+/**
13
+ * Finds the closest matching name among the elements available in the current context using Jaro-Winkler similarity
14
+ */
15
public final class NameSuggester {
16
17
private static final int MINIMUM_NAME_LENGTH = 3;
0 commit comments