Extracted javadoc appendix

This commit is contained in:
Bruce Eckel 2017-05-01 05:58:47 -06:00
parent 847890c3d4
commit 58a380bb18
6 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
cp ..\..\OnJava-Tools\verify_output.py .
py -3 verify_output.py
python verify_output.py

View File

@ -1,4 +1,4 @@
// objects/Documentation1.java
// javadoc/Documentation1.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.

View File

@ -1,4 +1,4 @@
// objects/Documentation2.java
// javadoc/Documentation2.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.

View File

@ -1,4 +1,4 @@
// objects/Documentation3.java
// javadoc/Documentation3.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.

View File

@ -1,4 +1,4 @@
// objects/HelloDateDoc.java
// javadoc/HelloDateDoc.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.

View File

@ -189,7 +189,7 @@ public class HTMLColors {
public static
void show(Map.Entry<Integer,String> e) {
System.out.format(
"0x%06X: %s\n", e.getKey(), e.getValue());
"0x%06X: %s%n", e.getKey(), e.getValue());
}
public static void
show(Map<Integer,String> m, int count) {