Skip to content

Commit 4ebdf51

Browse files
author
jantje
committed
provide null monitor instead of null
1 parent f373d22 commit 4ebdf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/api/LibraryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public static void installAllLatestLibraries() {
194194
if (installedLibVersion != null) {
195195
unInstall(installedLibVersion, null);
196196
}
197-
install(latestLibVersion, null);
197+
install(latestLibVersion, new NullProgressMonitor());
198198
}
199199
}
200200
}

0 commit comments

Comments
 (0)