toString(Items[] list) is declared as private so it won't be accesible from outside the class; that includes nested ones. As your method isn't seen It thinks that you are trying to call java.lang.Object's toString() method wich takes no parameter.
--~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
