We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307f68c commit d9936d1Copy full SHA for d9936d1
src/main/java/org/openstreetmap/josm/plugins/scripting/model/PreferenceKeys.java
@@ -2,6 +2,7 @@
2
3
import org.graalvm.polyglot.EnvironmentAccess;
4
import org.graalvm.polyglot.HostAccess;
5
+import org.graalvm.polyglot.io.IOAccess;
6
7
/**
8
* Preferences keys used in the scripting plugin
@@ -108,7 +109,7 @@ public interface PreferenceKeys {
108
109
* Either <code>allow</code>, <code>deny</code>, or <code>derive</code>.
110
* Default (if missing or illegal) is <code>derive</code>.
111
*
- * @see org.graalvm.polyglot.Context.Builder#allowIO(boolean)
112
+ * @see org.graalvm.polyglot.Context.Builder#allowIO(IOAccess) (boolean)
113
*/
114
String GRAALVM_IO_POLICY = "scripting.graalvm.io-policy";
115
0 commit comments