Privated firstLetter, New Final

This commit is contained in:
2023-03-01 20:45:30 +00:00
parent 57b2e51baa
commit db60b5538a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -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.