Update QuestionGenerator.java

main
hnu202326010307 7 days ago
parent e7d273afd7
commit c45dbf75d8

@ -45,10 +45,4 @@ public abstract class QuestionGenerator {
public String getCurrentType() {
return currentType;
}
// // 设置当前类型
// public void setCurrentType(String type) {
// this.currentType = type;
// this.generatedQuestions.clear(); // 切换类型时清空已生成题目
// }
}
Loading…
Cancel
Save