Skip to content

Commit 146d307

Browse files
daplffwcd
andauthored
Update shared/src/main/kotlin/org/javacs/kt/classpath/DefaultClassPathResolver.kt
Co-authored-by: FW <[email protected]>
1 parent f092e97 commit 146d307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/kotlin/org/javacs/kt/classpath/DefaultClassPathResolver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.nio.file.Path
66
import java.nio.file.PathMatcher
77
import java.nio.file.FileSystems
88

9-
fun defaultClassPathResolver(workspaceRoots: Collection<Path>, storage: Storage?): ClassPathResolver =
9+
fun defaultClassPathResolver(workspaceRoots: Collection<Path>, storage: Storage? = null): ClassPathResolver =
1010
CachedClassPathResolver(
1111
WithStdlibResolver(
1212
ShellClassPathResolver.global(workspaceRoots.firstOrNull())

0 commit comments

Comments
 (0)