Skip to content

Commit d4e1e51

Browse files
committed
Add Javadoc
1 parent 5621d78 commit d4e1e51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

1010
import liquidjava.utils.Utils;
1111

12+
/**
13+
* Finds the closest matching name among the elements available in the current context using Jaro-Winkler similarity
14+
*/
1215
public final class NameSuggester {
1316

1417
private static final int MINIMUM_NAME_LENGTH = 3;

0 commit comments

Comments
 (0)