OSDN Git Service

CommentGetInfoインタフェース削除
[coroid/inqubus.git] / frontend / src / saccubus / converter / classic / profile / CommentGetInfo.java
index 0624318..bf9dd85 100644 (file)
@@ -4,7 +4,7 @@ package saccubus.converter.classic.profile;
  * コメント取得に関するプロファイルです.
  * @author yuki
  */
-public class CommentGetInfo implements yukihane.saccubus.converter.profile.CommentGetInfo {
+public class CommentGetInfo {
 
     /** コメント取得数を自動調整するのであればtrue. */
     private final boolean selfAdjustCommentNum;
@@ -19,17 +19,14 @@ public class CommentGetInfo implements yukihane.saccubus.converter.profile.Comme
         this.reduceComment = reduceComment;
     }
 
-    @Override
     public boolean isSelfAdjustCommentNum() {
         return selfAdjustCommentNum;
     }
 
-    @Override
     public int getBackComment() {
         return backComment;
     }
 
-    @Override
     public boolean isReduceComment() {
         return reduceComment;
     }