Skip to content

Commit 28d3545

Browse files
paodbjavier-godoy
authored andcommitted
fix: add uses annotation for ClipboardHelper class
1 parent 6f26afa commit 28d3545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindow.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import com.vaadin.flow.component.button.Button;
2727
import com.vaadin.flow.component.button.ButtonVariant;
2828
import com.vaadin.flow.component.dependency.CssImport;
29+
import com.vaadin.flow.component.dependency.Uses;
2930
import com.vaadin.flow.component.dialog.Dialog;
3031
import com.vaadin.flow.component.html.Div;
3132
import com.vaadin.flow.component.icon.VaadinIcon;
@@ -47,6 +48,7 @@
4748
* @author pbartolo
4849
*/
4950
@SuppressWarnings("serial")
51+
@Uses(ClipboardHelper.class)
5052
@CssImport(value = "./flowingcode/error-window.css")
5153
public class ErrorWindow extends Dialog {
5254

0 commit comments

Comments
 (0)