Params comments uopdated
This commit is contained in:
1 parent
bb4d17ee62
commit
5019d74249
2 files changed
+3
-3
No files matched your search
@@ -328,7 +328,7 @@ public class BookStore {
|
||||
/**
|
||||
* getBooksThisLength returns a list of books that match
|
||||
* a given title length
|
||||
* @param titleLength to compare books to
|
||||
* @param titleLength - The title length to compare books to
|
||||
* @return list of books matching given title length
|
||||
*/
|
||||
public List<Novel> getBooksThisLength(final int titleLength) {
|
||||
@@ -347,7 +347,7 @@ public class BookStore {
|
||||
|
||||
/**
|
||||
* main program entry to test methods of BookStore
|
||||
* @param args from cli
|
||||
* @param args - The arguments from cli
|
||||
*/
|
||||
public static void main(final String[] args)
|
||||
{
|
||||
|
||||
@@ -54,7 +54,7 @@ public class Novel
|
||||
|
||||
/**
|
||||
* compareTo to sort novels based on title
|
||||
* @param novel to compare to
|
||||
* @param novel - The novel object to compare to
|
||||
* @return number value of comparison, i.e. >1, 0, <1
|
||||
*/
|
||||
@Override
|
||||
|
||||
Reference in new issue
Block a user