fix getLibraryPropertiesLoaders() signature

This commit is contained in:
Alexander Doroshko
2012-08-06 15:28:08 +04:00
parent 661f7af10d
commit 1294f36ca5
@@ -66,7 +66,7 @@ public abstract class JpsModelSerializerExtension {
}
@NotNull
public List<JpsLibraryPropertiesSerializer<?>> getLibraryPropertiesLoaders() {
public List<? extends JpsLibraryPropertiesSerializer<?>> getLibraryPropertiesLoaders() {
return Collections.emptyList();
}