Skip to content

Commit 1b38d0d

Browse files
committed
#24 fixed default value for keep comment flag
1 parent 619714b commit 1b38d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jcp/src/main/java/com/igormaznitsa/jcp/context/PreprocessorContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public class PreprocessorContext {
9898
.ensureNonNull(System.getProperty("jcp.line.separator", System.getProperty("line.separator")),
9999
"\n");
100100
private boolean verbose = false;
101-
private boolean keepComments = false;
101+
private boolean keepComments = true;
102102
private boolean clearTarget = false;
103103
private boolean dryRun = false;
104104
private boolean keepLines = false;

0 commit comments

Comments
 (0)