OSDN Git Service

インタフェース名変更: LoginInfo -> LoginProfile
[coroid/inqubus.git] / frontend / src / saccubus / converter / filegetter / WebFileInstanciator.java
index ab5d332..23940a9 100644 (file)
@@ -11,7 +11,7 @@ import saccubus.net.VideoInfo;
 import saccubus.util.WayBackTimeParser;
 import yukihane.inqubus.saccubus_adapter.NicoBrowserAdapter;
 import yukihane.saccubus.converter.profile.Proxy;
-import yukihane.saccubus.converter.profile.LoginInfo;
+import yukihane.saccubus.converter.profile.LoinProfile;
 
 /**
  * 動画ファイル, コメントファイルなど必要なファイルのうち, 1つでもダウンロード処理を必要とする場合のインスタンス化クラス.
@@ -28,7 +28,7 @@ public class WebFileInstanciator extends FileInstanciator {
             InstanciationType videoType,
             CommentInstanciationType commentType,
             InstanciationType tcommType,
-            LoginInfo li,
+            LoinProfile li,
             Proxy proxy,
             String tag,
             String time) throws IOException {