瀏覽代碼

TestCommit

Gilian Joosen 10 年之前
父節點
當前提交
f39b2f3a6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/agenda/Act.java

+ 1 - 0
src/agenda/Act.java

@@ -80,6 +80,7 @@ public class Act {
         string+= "Stage: \n" + this.stage.getName() + "<br/>";
         string+= this.actTime;
         string+= "</html>";
+        System.out.println("test");
         return string;
     }