maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

platform support in ImageDescription #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Look in ImageDescription.java
2. Observe that there is getPlatform() method

What is the expected output?

--> The value of the 'platform' element of the response from the EC2 web
service.

What do you see instead?

--> Nothing.

Original issue reported on code.google.com by Frederik...@gmail.com on 4 Mar 2009 at 12:32

GoogleCodeExporter commented 9 years ago
I noticed that the ImageDescription does not actually have getPlatform() and it 
should. I'll add that and make 
sure it is populated from the web service response

Original comment by dkavan...@gmail.com on 10 Apr 2009 at 1:06

GoogleCodeExporter commented 9 years ago
I've fixed this in the code. Note that EC2 doesn't always return a platform. 
I've noticed that it says "windows" or 
"windows authenticate", but nothing else.

Original comment by dkavan...@gmail.com on 10 Apr 2009 at 1:15