OSDN Git Service

プロファイルインタフェースメソッド名変更
[coroid/inqubus.git] / frontend / src / saccubus / worker / profile / DownloadProfile.java
index 948e327..1d4cfa9 100644 (file)
@@ -10,11 +10,11 @@ public interface DownloadProfile {
 
     LoginProfile getLoginInfo();
 
 
     LoginProfile getLoginInfo();
 
-    ProxyProfile getProxySetting();
+    ProxyProfile getProxyProfile();
 
 
-    VideoProfile getVideoSetting();
+    VideoProfile getVideoProfile();
 
 
-    CommentProfile getCommentSetting();
+    CommentProfile getCommentProfile();
 
 
-    GeneralProfile getGeneralSetting();
+    GeneralProfile getGeneralProfile();
 }
 }