Skip to content

Commit

Permalink
🚧 chore: suppress warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Dec 2, 2024
1 parent d45157e commit 531f8e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class CreoleStripeSimpleParser {

public CreoleStripeSimpleParser(String line, CreoleContext creoleContext, FontConfiguration fontConfiguration,
ISkinSimple skinParam, CreoleMode mode) {
if (line.contains("" + BackSlash.hiddenNewLine()))
throw new IllegalArgumentException(line);
// if (line.contains("" + BackSlash.hiddenNewLine()))
// throw new IllegalArgumentException(line);

this.fontConfiguration = fontConfiguration;
this.modeSimpleLine = mode;
Expand Down

0 comments on commit 531f8e2

Please sign in to comment.