Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Stuart Sierra reported a problem in Sonatype on September 03, 2009 19:38:

    Stuart Sierra
    Example 4.7 YahooRetriever wrong argument type
    Example 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.