OSDN Git Service

ソースコードをUTF-8化
[coroid/inqubus.git] / frontend / src / saccubus / converter / profile / Profile.java
index f94ce92..9e52571 100644 (file)
@@ -4,7 +4,7 @@ package saccubus.converter.profile;
 import saccubus.converter.filegetter.LoginInfo;
 
 /**
- * Converter\82É\8f\88\97\9d\82³\82¹\82é\82½\82ß\82Ì\90Ý\92è.
+ * Converterに処理させるための設定.
  * @author yuki
  */
 public class Profile {
@@ -41,12 +41,12 @@ public class Profile {
         return loginInfo;
     }
 
-    /** @return \89½\82©\8eÀ\8ds\82·\82×\82«\8f\88\97\9d\82ª\82 \82ê\82Îtrue. */
+    /** @return 何か実行すべき処理があればtrue. */
     public boolean shouldRun() {
         return getOutputFileSetting().isConvert() || needsDownload();
     }
 
-    /** @return \89½\82©\83_\83E\83\93\83\8d\81[\83h\82·\82é\82à\82Ì\82ª\82 \82ê\82Îtrue. */
+    /** @return 何かダウンロードするものがあればtrue. */
     public boolean needsDownload() {
         return (videoSetting.isDownload() || commentSetting.isDownload() || tcommentSetting.isDownload());
     }