add recommended changes

This commit is contained in:
SowinskiBraeden committed 2025-11-03 14:21:42 -08:00
1 parent 812e58d3eb
commit f5483b20b5
1 file changed
+4
@@ -260,6 +260,10 @@ public class BookStore
{ {
System.out.println(longest.getTitle()); System.out.println(longest.getTitle());
} }
else
{
System.out.println("No longest title found");
}
} }
/** /**