Skip to content

Commit c734c91

Browse files
committed
fix: fix error
1 parent 098e84d commit c734c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/parser/ProjectResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public DependencyInfo(String key, String value) {
235235
* @param monitor Progress monitor for cancellation support
236236
* @return List of DependencyInfo containing key-value pairs of project information
237237
*/
238-
public static List<DependencyInfo> resolveProjectDependencies(String projectUri, IProgressMonitor monitor) {
238+
public static List<DependencyInfo> resolveProjectDependencies(String fileUri, IProgressMonitor monitor) {
239239
// Ensure listeners are registered for cache invalidation
240240
ensureListenersRegistered();
241241

0 commit comments

Comments
 (0)