提交 7c10595a authored 作者: Thomas Mueller's avatar Thomas Mueller

checkstyle

上级 839af48b
......@@ -231,7 +231,13 @@ public class FullTextLucene extends FullText {
stat.execute(buff.toString());
}
private static IndexModifier getIndexModifier(Connection conn) throws SQLException {
/**
* Get the index modifier for the given connection.
*
* @param conn the connection
* @return the index modifier
*/
static IndexModifier getIndexModifier(Connection conn) throws SQLException {
String path = getIndexPath(conn);
IndexModifier indexer;
synchronized (INDEX_MODIFIERS) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论