as31: Fix compilation JavaRuntimePresentationProvider
This commit is contained in:
committed by
Nikolay Krasko
parent
7d7fff52b8
commit
78140fb304
+1
-1
@@ -38,7 +38,7 @@ public class JavaRuntimePresentationProvider extends LibraryPresentationProvider
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public Icon getIcon(@Nullable LibraryProperties properties) {
|
||||
public Icon getIcon(@Nullable LibraryVersionProperties properties) {
|
||||
return KotlinIcons.SMALL_LOGO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user