mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 10:50:42 +00:00
"Fix" Checkstyle, this time for real...
This commit is contained in:
parent
79d6c88b1f
commit
04c7f6ab37
@ -57,7 +57,6 @@ 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);
|
||||||
|
@ -9,5 +9,7 @@
|
|||||||
<suppress
|
<suppress
|
||||||
files="src/main/java/edu/kit/typicalc/view/content/typeinferencecontent/latexcreator/LatexCreatorConstraints.java"
|
files="src/main/java/edu/kit/typicalc/view/content/typeinferencecontent/latexcreator/LatexCreatorConstraints.java"
|
||||||
checks="ParameterNumber" />
|
checks="ParameterNumber" />
|
||||||
|
<suppress files="src/main/java/edu/kit/typicalc/view/content/typeinferencecontent/ShareDialog.java"
|
||||||
|
checks="ExecutableStatementCount" />
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user