Skip to content

Commit

Permalink
fix: add uses annotation for ClipboardHelper class
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Apr 21, 2022
1 parent 6f26afa commit 28d3545
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import com.vaadin.flow.component.button.Button;
import com.vaadin.flow.component.button.ButtonVariant;
import com.vaadin.flow.component.dependency.CssImport;
import com.vaadin.flow.component.dependency.Uses;
import com.vaadin.flow.component.dialog.Dialog;
import com.vaadin.flow.component.html.Div;
import com.vaadin.flow.component.icon.VaadinIcon;
Expand All @@ -47,6 +48,7 @@
* @author pbartolo
*/
@SuppressWarnings("serial")
@Uses(ClipboardHelper.class)
@CssImport(value = "./flowingcode/error-window.css")
public class ErrorWindow extends Dialog {

Expand Down

0 comments on commit 28d3545

Please sign in to comment.