Skip to content

Updating setForceLineBreak for Note qualifier#156

Open
Rajkumar-D wants to merge 2 commits intomasterfrom
ENA-6054-split-note-qualifier-value
Open

Updating setForceLineBreak for Note qualifier#156
Rajkumar-D wants to merge 2 commits intomasterfrom
ENA-6054-split-note-qualifier-value

Conversation

@Rajkumar-D
Copy link
Contributor

No description provided.

setForceLineBreak(true);
} else if (qualifier.getName().equals(Qualifier.NOTE_QUALIFIER_NAME)) {
setMaximumLineLength(NOTE_MAX_LINE_LENGTH);
setForceLineBreak(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's only make the change where we add the following to note qualifier:

setForceLineBreak(true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants