Skip to content

Commit 299cf9e

Browse files
feat: implement core token matching logic for automated glossary validator
1 parent f9425bd commit 299cf9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/omegat/core/matching/GlossaryConsistencyValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.util.List;
44
import java.util.ArrayList;
5-
import org.omegat.gui.glossary.GlossaryEntry;
5+
import org.omegat.core.data.GlossaryEntry;
66

77
/**
88
* Technical implementation for the automated glossary checker.

0 commit comments

Comments
 (0)