mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RegExp: remove println
GitOrigin-RevId: 1b2aa2e4154d739ada636667a444d49118a791ab
This commit is contained in:
committed by
intellij-monorepo-bot
parent
21c879a5da
commit
9cc3ddae49
+1
-3
@@ -206,9 +206,7 @@ public class RegExpInspectionConfiguration implements Comparable<RegExpInspectio
|
||||
case COMMENTS -> RegExpBundle.message("regexp.dialog.flag.comments.description");
|
||||
case LITERAL -> RegExpBundle.message("regexp.dialog.flag.literal.description");
|
||||
};
|
||||
String html = HtmlChunk.html().child(HtmlChunk.div("width: 200px").addRaw(description)).toString();
|
||||
System.out.println("html = " + html);
|
||||
return html;
|
||||
return HtmlChunk.html().child(HtmlChunk.div("width: 200px").addRaw(description)).toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user