mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix getLibraryPropertiesLoaders() signature
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public abstract class JpsModelSerializerExtension {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public List<JpsLibraryPropertiesSerializer<?>> getLibraryPropertiesLoaders() {
|
||||
public List<? extends JpsLibraryPropertiesSerializer<?>> getLibraryPropertiesLoaders() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user