Juan Hernandez has uploaded a new change for review.

Change subject: restapi: Fix base type of GraphicsConsoles
......................................................................

restapi: Fix base type of GraphicsConsoles

The base type of the complex type "GraphicsConsoles" is "BaseResource",
but it should be "BaseResources" as it is a collection. This doesn't
cause any real issue in the engine, but it induces a type error in the
Java SDK.

Change-Id: Icf01d5d2b25736a5fd7e0c03e79b21047471113b
Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com>
---
M 
backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/42475/1

diff --git 
a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
 
b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
index 2fd655c..d589dc7 100644
--- 
a/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
+++ 
b/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
@@ -3100,7 +3100,7 @@
 
   <xs:complexType name="GraphicsConsoles">
     <xs:complexContent>
-      <xs:extension base="BaseResource">
+      <xs:extension base="BaseResources">
         <xs:sequence>
           <xs:element ref="graphics_console" minOccurs="0" 
maxOccurs="unbounded">
             <xs:annotation>


-- 
To view, visit https://gerrit.ovirt.org/42475
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf01d5d2b25736a5fd7e0c03e79b21047471113b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to