- 更新日時:
- 2014/11/18 14:16:47 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/www/EPServlet.java
r205 r206 68 68 throws ServletException, IOException { 69 69 HttpSession session = request.getSession(); 70 // Initialize the session 70 71 session.removeAttribute("qpg"); 72 session.removeAttribute("graph"); 71 73 QueryPathGenerator qpg = new QueryPathGenerator(); 72 74