We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eebd3 commit 4888901Copy full SHA for 4888901
1 file changed
src/main/java/io/github/intisy/utils/utils/ClipboardUtils.java
@@ -4,6 +4,7 @@
4
import java.awt.datatransfer.Clipboard;
5
import java.awt.datatransfer.StringSelection;
6
7
+@SuppressWarnings("unused")
8
public class ClipboardUtils {
9
/**
10
* Copies the given text to the system clipboard.
0 commit comments