差分発生行の前後
無視リスト:
更新日時:
2015/03/24 18:18:00 (10 年 前)
更新者:
atsuko
ログメッセージ:

枝刈り,クラス順序変更(数字は下に)

ファイル:
1 変更

凡例:

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

    r229 r248  
    179179     
    180180    private String convertPath2SPARQL(Path path) throws Exception{ 
    181          
    182          ArrayList<String> classname =new ArrayList<String>() ; 
    183                  
     181        ArrayList<String> classname =new ArrayList<String>() ; 
    184182        if( path == null ){ 
    185183                        throw new Exception("Path is null.");