View Single Post
  #2 (permalink)  
Old 07-25-2007, 04:24 AM
valery valery is offline
Member
 
Join Date: Jul 2007
Posts: 32
valery is on a distinguished road
The first error I put them in red
maybe you forgot to comment them
Code:
public void setEmployeeName( String name ) { employeeName = name; } // end method setEmployeeName // method to retrieve the employee name public String getEmployeeName(); { return employeeName; } // end method getEmployeeName public void displayMessage();
Reply With Quote