Skip to content

Commit 8a77f1a

Browse files
committed
revert: fix: add uses annotation for ClipboardHelper class
This reverts commit 28d3545.
1 parent 28d3545 commit 8a77f1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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;
3029
import com.vaadin.flow.component.dialog.Dialog;
3130
import com.vaadin.flow.component.html.Div;
3231
import com.vaadin.flow.component.icon.VaadinIcon;
@@ -48,7 +47,6 @@
4847
* @author pbartolo
4948
*/
5049
@SuppressWarnings("serial")
51-
@Uses(ClipboardHelper.class)
5250
@CssImport(value = "./flowingcode/error-window.css")
5351
public class ErrorWindow extends Dialog {
5452

0 commit comments

Comments
 (0)