Thread: Compiler Error
View Single Post
  #2 (permalink)  
Old 12-13-2007, 02:36 PM
gulapala gulapala is offline
Member
 
Join Date: Dec 2007
Posts: 11
gulapala is on a distinguished road
Hi jeneal
Please check the declaration of build2dArray(String[] otherArray). It is defined as public build2dArray(String[] otherArray) without any return types. It should be either public void build2dArray(String[] otherArray) or public String build2dArray(String[] otherArray). The latter should be correct choice.

Check it once again and compile it.
__________________
Thanks & Regards, G.Rajasekhar
Reply With Quote