59d29287d2
OBS-URL: https://build.opensuse.org/request/show/694146 OBS-URL: https://build.opensuse.org/package/show/Java:packages/groovy18?expand=0&rev=1
12 lines
642 B
Diff
12 lines
642 B
Diff
--- groovy-core-GROOVY_1_8_9/src/main/groovy/ui/text/StructuredSyntaxResources.java 2018-12-18 11:32:31.868127812 +0100
|
|
+++ groovy-core-GROOVY_1_8_9/src/main/groovy/ui/text/StructuredSyntaxResources.java 2018-12-18 11:25:13.541924343 +0100
|
|
@@ -41,7 +41,7 @@
|
|
// a security exception
|
|
SecurityManager mgr = System.getSecurityManager();
|
|
if (mgr != null) {
|
|
- mgr.checkSystemClipboardAccess();
|
|
+ mgr.checkPermission(new java.awt.AWTPermission("accessClipboard"));
|
|
}
|
|
systemClipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
|
|
}
|