chore: clean up

This commit is contained in:
octopus_yan 2024-11-22 00:02:45 +08:00
parent c6f0268ff5
commit a10636c772
2 changed files with 1 additions and 5 deletions

View File

@ -235,7 +235,6 @@ public class PBOUtil {
/**
* 写入 CSV 文件
*
* @param file
* @param it 行遍历器
* @param wordMap 替换文本map
* @return 待写入行文本列表

View File

@ -64,10 +64,7 @@ public class EditButtonTableCell extends TableCell<WordItem, WordItem> {
if (empty) {
setGraphic(null);
} else {
/*
* TODO 添加多个操作按钮
* setGraphic(Hbox(btn1,btn2));
*/
// 添加多个操作按钮
setGraphic(new HBox(edit, translate));
}
}