Package sorting.

This commit is contained in:
Magese 2022-01-04 09:36:59 +08:00
parent 6cc121e98d
commit 052e8f476e
1 changed files with 3 additions and 3 deletions

View File

@ -27,14 +27,14 @@
*/
package org.wltea.analyzer.dic;
import org.wltea.analyzer.cfg.Configuration;
import org.wltea.analyzer.cfg.DefaultConfig;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.util.Collection;
import java.util.List;
import org.wltea.analyzer.cfg.Configuration;
import org.wltea.analyzer.cfg.DefaultConfig;
/**
* 词典管理类单例模式
*/