Skip to content

Commit aa0cecc

Browse files
committed
minor javadoc cleanup in AbstractPackagesTask
1 parent 57ad8d9 commit aa0cecc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

graalpython/org.graalvm.python.gradle.plugin/src/main/java/org/graalvm/python/tasks/AbstractPackagesTask.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,9 @@ public abstract class AbstractPackagesTask extends DefaultTask {
9191

9292
@Classpath
9393
public abstract ConfigurableFileCollection getLauncherClasspath();
94-
94+
9595
/**
96-
* The directory where the virtual filesystem should be generated. If {@link #getIncludeVfsRoot()} is set,
97-
* then this is the parent directory where the actual VFS directory should be created and populated with
98-
* "venv" subdirectory (this is the case when we generate the VFS to Java resources). Otherwise, this path
99-
* is used as is.
96+
* The directory where the virtual filesystem should be generated.
10097
*/
10198
@OutputDirectory
10299
public abstract DirectoryProperty getOutput();

0 commit comments

Comments
 (0)