Skip to content

Commit 1f0411d

Browse files
committed
Tell students to write JavaDoc comments on Check Password
1 parent 63c26e4 commit 1f0411d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/com/codefortomorrow/intermediate/chapter11/practice/CheckPassword.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
https://www.tutorialspoint.com/java/java_string_matches.htm
3333
https://www.vogella.com/tutorials/JavaRegularExpressions/article.html
3434
35+
Bonus points for writing JavaDoc comments for the methods.
36+
3537
Adapted from Exercise 6.18, Introduction to Java Programming (Comprehensive),
3638
10th ed. by Y. Daniel Liang
3739
*/

src/com/codefortomorrow/intermediate/chapter11/solutions/CheckPassword.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
https://www.tutorialspoint.com/java/java_string_matches.htm
3535
https://www.vogella.com/tutorials/JavaRegularExpressions/article.html
3636
37+
Bonus points for writing JavaDoc comments for the methods.
38+
3739
Adapted from Exercise 6.18, Introduction to Java Programming (Comprehensive),
3840
10th ed. by Y. Daniel Liang
3941
*/

0 commit comments

Comments
 (0)