チェンジセット 54 : BH13SPARQLBuilder/src/hozo

差分発生行の前後
無視リスト:
更新日時:
2014/02/18 18:24:51 (11 年 前)
更新者:
nori
ログメッセージ:

軽微な書式変更

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/src/hozo/sparql/gui/SparqlBuilderPanel.java

    r44 r54  
    329329public String createSPARQL(Path path, int num) throws Exception { 
    330330                 
    331                  
     331                if( path == null ){ 
     332                        throw new Exception("Path is null."); 
     333                } 
    332334                String startClass = path.getStartClass(); 
    333335                List<ClassLink> classLinks = path.getClassLinks();