kathy - 2012-08-09

Hi

Thanks for the great tutorials. 

I have tried working through your tutorials 2x as I would like to use them with my high school students.  I do great until lesson 14- o4 15.  I get the following error message and nothing I try to do will allow me to correct this.  What am I doing wrong? 

public ArrayList<Book> getAvailableBooks() {
// TODO Auto-generated method stub
return null;
}

public ArrayList<Book> getAvailableBooks() {
ArrayList<Book> result = new ArrayList<Book>();

The words getAvailableBooks are underlined in red.

Thanks for your help.