GP-3825(SQ): post squash change

This commit is contained in:
d-millar 2023-09-12 11:15:41 -04:00
parent c70014fe40
commit 06ffa6c4d4

View File

@ -48,7 +48,7 @@ public class GdbInJvmDebuggerModelFactory implements DebuggerModelFactory {
Property.fromAccessors(boolean.class, this::isUseExisting, this::setUseExisting);
private boolean useCrlf = System.lineSeparator().equals("\r\n");;
@FactoryOption("Use DOS line endings (unchecked for UNIX remote)")
@FactoryOption("Use DOS line endings (unchecked for UNIX and Cygwin))")
public final Property<Boolean> crlfNewLineOption =
Property.fromAccessors(Boolean.class, this::isUseCrlf, this::setUseCrlf);