"Fix" Checkstyle

This commit is contained in:
uogau 2021-08-24 13:37:35 +02:00
parent 526ed46c67
commit 79d6c88b1f

View File

@ -57,6 +57,7 @@ public class ShareDialog extends Dialog implements LocaleChangeObserver {
* @param latexCodeTree LaTeX code for the tree for users to copy into their own LaTeX document(s)
* @param latexCodeUnification LaTeX code for the unification for users to copy into their own LaTeX document(s)
*/
@SuppressWarnings("checkstyle:ExecutableStatementCount")
public ShareDialog(String url, String latexCodeTree, String latexCodeUnification) {
HorizontalLayout headingLayout = new HorizontalLayout();
headingLayout.setId(HEADING_LAYOUT_ID);