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()) {