- 更新日時:
- 2014/11/18 14:16:47 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/www/PLServlet.java
r205 r206 94 94 } 95 95 jsonstr += "]}"; 96 System.out.println("JSON:");97 System.out.println(jsonstr);96 //System.out.println("JSON:"); 97 //System.out.println(jsonstr); 98 98 out.print(jsonstr); 99 //List<Path>100 //session.setAttribute("pathlist", pathlist);101 99 } 102 100