Change in ovirt-engine-sdk-java[master]: sdk: Manually fix type of disk snapshots

Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Manually fix type of disk snapshots ...................................................................... sdk: Manually fix type of disk snapshots Currently the RSDL generator of the engine doesn't report correctly the type of disk snapshots collection, it reports "BaseResource" instead of "DiskSnapshot". The current version of the generator doesn't have a problem with this, because it doesn't use this information (it calculates it from the collection type, using plural to singular rules). But the new version of the generator will stick to the reported information, and will generate wrong code. To avoid this issue this patch fixes the type manually. The issue will be fixed in the engine by the following change: http://gerrit.ovirt.org/37755 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> Change-Id: I54a5a99f325f3fd31b834b88d25353bb40242f43 --- M generator/src/main/resources/rsdl.xml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/38193 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I54a5a99f325f3fd31b834b88d25353bb40242f43 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com