From d07aa0e940b40faca2f70a1b23eacb96d66664be Mon Sep 17 00:00:00 2001 From: Sergey Vinogradov Date: Fri, 20 Dec 2024 10:49:50 +0400 Subject: [PATCH] fix comment formatting --- .../vaadin/demo/component/dashboard/DashboardEditable.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/vaadin/demo/component/dashboard/DashboardEditable.java b/src/main/java/com/vaadin/demo/component/dashboard/DashboardEditable.java index 832af8fd7f..a74898e2cf 100644 --- a/src/main/java/com/vaadin/demo/component/dashboard/DashboardEditable.java +++ b/src/main/java/com/vaadin/demo/component/dashboard/DashboardEditable.java @@ -154,9 +154,8 @@ private CustomWidget createWidget(WidgetConfig config) { widget.setRowspan(config.getRowspan()); // In practice, different widget types will have different content. In - // that case - // you can use a switch statement to create the widget content based on - // the type. + // that case you can use a switch statement to create the widget content + // based on the type. // // @formatter:off hidden-source-line // switch (config.type()) {