Closed GoogleCodeExporter closed 9 years ago
Attached is an SVN patch for fixing this bug. Could someone with auth can
review and
submit please ?
Index: java/com/xerox/amazonws/ec2/ReservationDescription.java
===================================================================
--- java/com/xerox/amazonws/ec2/ReservationDescription.java (revision 295)
+++ java/com/xerox/amazonws/ec2/ReservationDescription.java (working copy)
@@ -123,7 +123,7 @@
String dnsName, String stateName, int stateCode,
String reason,
String keyName, InstanceType instanceType, Calendar
launchTime,
String availabilityZone, String kernelId, String
ramdiskId, String platform,
- boolean monitoring, String subnetId, String
privateIpdAddress, String ipAddress) {
+ boolean monitoring, String subnetId, String
privateIpAddress, String ipAddress) {
this.imageId = imageId;
this.instanceId = instanceId;
this.privateDnsName = privateDnsName;
Original comment by itaifren...@live.com
on 7 Dec 2009 at 11:21
Attachments:
Thanks, and this has been fixed.
Original comment by dkavan...@gmail.com
on 23 Mar 2010 at 11:01
Original issue reported on code.google.com by
gabriel....@gmail.com
on 21 Oct 2009 at 7:09