Recent activity
Subscribe to this feed
Stuart Sierra reported a problem in Sonatype on September 03, 2009 19:38:
Example 4.7 YahooRetriever wrong argument typeExample 4.7, the YahooRetriever.java class:
The retrieve method is declared
retrieve(int zipcode)
to take an int argument, but it should be
retrieve(String zipcode)
because that is how Main will call it.
Loading Profile...
