mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 10:50:42 +00:00
"Fix" Checkstyle
This commit is contained in:
parent
526ed46c67
commit
79d6c88b1f
@ -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 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)
|
* @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) {
|
public ShareDialog(String url, String latexCodeTree, String latexCodeUnification) {
|
||||||
HorizontalLayout headingLayout = new HorizontalLayout();
|
HorizontalLayout headingLayout = new HorizontalLayout();
|
||||||
headingLayout.setId(HEADING_LAYOUT_ID);
|
headingLayout.setId(HEADING_LAYOUT_ID);
|
||||||
|
Loading…
Reference in New Issue
Block a user