Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
renamed method describeSpotPriceHistoryResponseType to describeSpotPr…
Browse files Browse the repository at this point in the history
…iceHistory
  • Loading branch information
pauloricardomg committed Aug 8, 2010
1 parent 2cfee55 commit 9b5468a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -66,7 +66,7 @@ public DescribeSpotInstanceRequestsResponseType describeSpotInstanceRequests(
DescribeSpotInstanceRequestsType describeSpotInstancesMsg)
throws RemoteException;

public DescribeSpotPriceHistoryResponseType describeSpotPriceHistoryResponseType(
public DescribeSpotPriceHistoryResponseType describeSpotPriceHistory(
DescribeSpotPriceHistoryType describeSpotPriceHistoryType)
throws RemoteException;
}
Expand Up @@ -277,7 +277,7 @@ public DescribeSpotInstanceRequestsResponseType describeSpotInstanceRequests(
return this.describeSI.describeSIRequests(req, caller, manager);
}

public DescribeSpotPriceHistoryResponseType describeSpotPriceHistoryResponseType(
public DescribeSpotPriceHistoryResponseType describeSpotPriceHistory(
DescribeSpotPriceHistoryType req)
throws RemoteException {
if (req == null) {
Expand Down
Expand Up @@ -76,7 +76,7 @@ public DescribeSpotInstanceRequestsResponseType describeSpotInstanceRequests(
throw new RemoteException(UNIMPLEMENTED + "describeSpotInstanceRequests");
}

public DescribeSpotPriceHistoryResponseType describeSpotPriceHistoryResponseType(
public DescribeSpotPriceHistoryResponseType describeSpotPriceHistory(
DescribeSpotPriceHistoryType describeSpotPriceHistoryType)
throws RemoteException {
throw new RemoteException(UNIMPLEMENTED + "describeSpotPriceHistoryResponseType");
Expand Down

0 comments on commit 9b5468a

Please sign in to comment.