Privated firstLetter, New Final
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class BookShelf {
|
||||
char firstLetter;
|
||||
private char firstLetter;
|
||||
ArrayList<Book> books = new ArrayList<Book>(8);
|
||||
public BookShelf() {
|
||||
this.firstLetter = ' ';
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user