Skip to content

Commit

Permalink
revert: fix: add uses annotation for ClipboardHelper class
Browse files Browse the repository at this point in the history
This reverts commit 28d3545.
  • Loading branch information
paodb committed Apr 21, 2022
1 parent 28d3545 commit 8a77f1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
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 @@ -48,7 +47,6 @@
* @author pbartolo
*/
@SuppressWarnings("serial")
@Uses(ClipboardHelper.class)
@CssImport(value = "./flowingcode/error-window.css")
public class ErrorWindow extends Dialog {

Expand Down

0 comments on commit 8a77f1a

Please sign in to comment.