Skip to content

Commit 58a380b

Browse files
committed
Extracted javadoc appendix
1 parent 847890c commit 58a380b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

check.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cp ..\..\OnJava-Tools\verify_output.py .
2-
py -3 verify_output.py
2+
python verify_output.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// objects/Documentation1.java
1+
// javadoc/Documentation1.java
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// objects/Documentation2.java
1+
// javadoc/Documentation2.java
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// objects/Documentation3.java
1+
// javadoc/Documentation3.java
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// objects/HelloDateDoc.java
1+
// javadoc/HelloDateDoc.java
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.

onjava/HTMLColors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static Integer rgb(String colorName) {
189189
public static
190190
void show(Map.Entry<Integer,String> e) {
191191
System.out.format(
192-
"0x%06X: %s\n", e.getKey(), e.getValue());
192+
"0x%06X: %s%n", e.getKey(), e.getValue());
193193
}
194194
public static void
195195
show(Map<Integer,String> m, int count) {

0 commit comments

Comments
 (0)