mirror of https://github.com/apache/jclouds.git
Issue 29: latest codegen
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2516 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
d22717bbcc
commit
986aa367cf
|
@ -113,10 +113,10 @@ sub build_categories {
|
||||||
my $query = build_query($type);
|
my $query = build_query($type);
|
||||||
|
|
||||||
# add a dataTypes object for the response type
|
# add a dataTypes object for the response type
|
||||||
$dataTypes->{ $type . "Response" } =
|
$dataTypes->{ $type . "ResponseType" } =
|
||||||
build_item( $type . "Response", "Response" );
|
build_item( $type . "ResponseType", "ResponseType" );
|
||||||
|
|
||||||
$query->{responseType} = $type . "Response";
|
$query->{responseType} = $type . "ResponseType";
|
||||||
|
|
||||||
$queries->{$type} = $query;
|
$queries->{$type} = $query;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue