OSDN Git Service

CommentInfo.DEFAULT 定数を削除し、CommentInfoにnullを許容するよう仕様変更
[coroid/inqubus.git] / frontend / src / saccubus / converter / filegetter / WebFileInstanciator.java
index fae7cae..19c4343 100644 (file)
@@ -60,7 +60,7 @@ public class WebFileInstanciator extends FileInstanciator {
                 String waybackkey = client.getWayBackKey(videoInfo);
                 commentInfo = new CommentInfo(waybackkey, waybacktime);
             }else{
-                commentInfo = CommentInfo.DEFAULT;
+                commentInfo = null;
             }
 
         } catch (IOException ex) {