diff --git a/src/QuestionGenerator.java b/src/QuestionGenerator.java index ae70756..cbd45e6 100644 --- a/src/QuestionGenerator.java +++ b/src/QuestionGenerator.java @@ -45,10 +45,4 @@ public abstract class QuestionGenerator { public String getCurrentType() { return currentType; } - -// // 设置当前类型 -// public void setCurrentType(String type) { -// this.currentType = type; -// this.generatedQuestions.clear(); // 切换类型时清空已生成题目 -// } } \ No newline at end of file