OSDN Git Service

コメント量を減らすパラメータを渡す処理実装
[coroid/inqubus.git] / frontend / src / saccubus / converter / Converter.java
index bda3956..2e83404 100644 (file)
@@ -158,7 +158,7 @@ public class Converter extends AbstractCommand implements Runnable, Callable<Boo
 
         FileInstanciator.CommentInstanciationType commentType = new FileInstanciator.CommentInstanciationType(Setting.
                 getCommentSetting(), Setting.getCommentGetInfo().isSelfAdjustCommentNum(), Setting.getCommentGetInfo().
-                getBackComment());
+                getBackComment(), Setting.getCommentGetInfo().isReduceComment());
 
         FileInstanciator.InstanciationType tcommType = new FileInstanciator.InstanciationType(
                 Setting.getTcommentSetting());