Skip to content

Commit d9936d1

Browse files
committed
fix doc string
1 parent 307f68c commit d9936d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/openstreetmap/josm/plugins/scripting/model/PreferenceKeys.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.graalvm.polyglot.EnvironmentAccess;
44
import org.graalvm.polyglot.HostAccess;
5+
import org.graalvm.polyglot.io.IOAccess;
56

67
/**
78
* Preferences keys used in the scripting plugin
@@ -108,7 +109,7 @@ public interface PreferenceKeys {
108109
* Either <code>allow</code>, <code>deny</code>, or <code>derive</code>.
109110
* Default (if missing or illegal) is <code>derive</code>.
110111
*
111-
* @see org.graalvm.polyglot.Context.Builder#allowIO(boolean)
112+
* @see org.graalvm.polyglot.Context.Builder#allowIO(IOAccess) (boolean)
112113
*/
113114
String GRAALVM_IO_POLICY = "scripting.graalvm.io-policy";
114115

0 commit comments

Comments
 (0)