Extracted javadoc appendix
This commit is contained in:
parent
847890c3d4
commit
58a380bb18
@ -1,2 +1,2 @@
|
||||
cp ..\..\OnJava-Tools\verify_output.py .
|
||||
py -3 verify_output.py
|
||||
python verify_output.py
|
||||
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user