mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove module-info
This commit is contained in:
@@ -22,6 +22,8 @@ import org.apache.lucene.util.Attribute;
|
||||
|
||||
import cn.hutool.v7.extra.tokenizer.Word;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
/**
|
||||
* Lucene-analysis分词中的一个单词包装
|
||||
*
|
||||
@@ -29,6 +31,7 @@ import cn.hutool.v7.extra.tokenizer.Word;
|
||||
*
|
||||
*/
|
||||
public class AnalysisWord implements Word {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Attribute word;
|
||||
|
Reference in New Issue
Block a user