差分発生行の前後
無視リスト:
更新日時:
2014/11/18 14:16:47 (10 年 前)
更新者:
atsuko
ログメッセージ:

サーブレット側でクラスをソート&パス検索を少し速く

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/www/EPServlet.java

    r205 r206  
    6868            throws ServletException, IOException { 
    6969        HttpSession session = request.getSession(); 
     70        // Initialize the session 
    7071        session.removeAttribute("qpg"); 
     72        session.removeAttribute("graph"); 
    7173        QueryPathGenerator qpg = new QueryPathGenerator(); 
    7274