Skip to content

Commit 24274fb

Browse files
committed
minor javadoc rewording in GraalPyResources.java
1 parent 9349158 commit 24274fb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/GraalPyResources.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@
6363
* </p>
6464
*
6565
* <p>
66-
* If they are part of a <b>jar file</b> or a <b>native image</b> executable then at runtime they
67-
* will be accessed as standard Java resources through GraalPy {@link VirtualFileSystem}. This will
68-
* be transparent to Python code running in GraalPy so that it has to use only standard Python IO.
69-
* Note that in order to make this work, it is necessary for those embedded resources to have their
70-
* <b>root directory</b> set to <code>/org.graalvm.python.vfs</code> which in python code will be
71-
* mapped to the virtual filesystem mount point, by default <code>/graalpy_vfs</code>. Refer to
66+
* If the resource files are part of a <b>jar file</b> or a <b>native image</b> executable, then at
67+
* runtime they will be accessed as standard Java resources through GraalPy
68+
* {@link VirtualFileSystem}. This will be transparent to Python code running in GraalPy so that it
69+
* can use standard Python IO to access those files. Note that in order to make this work, it is
70+
* necessary for those embedded resources to have their <b>root directory</b> set to
71+
* <code>/org.graalvm.python.vfs</code> which in python code will be mapped to the virtual
72+
* filesystem mount point, by default <code>/graalpy_vfs</code>. Refer to
7273
* {@link VirtualFileSystem.Builder} documentation for more details.
7374
* </p>
7475
* <p>

0 commit comments

Comments
 (0)