Skip to content

Commit 4621123

Browse files
committed
Copyright and jmh testing
1 parent 84baf71 commit 4621123

File tree

988 files changed

+1057
-1019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

988 files changed

+1057
-1019
lines changed

HelloDate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// HelloDate.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
import java.util.*;
66

77
public class HelloDate {

annotations/AtUnitComposition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitComposition.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// Creating non-embedded tests
66
// {java onjava.atunit.AtUnit
77
// build/classes/main/annotations/AtUnitComposition.class}

annotations/AtUnitExample1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExample1.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// {java onjava.atunit.AtUnit
66
// build/classes/main/annotations/AtUnitExample1.class}
77
package annotations;

annotations/AtUnitExample2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExample2.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// Assertions and exceptions can be used in @Tests
66
// {java onjava.atunit.AtUnit
77
// build/classes/main/annotations/AtUnitExample2.class}

annotations/AtUnitExample3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExample3.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// {java onjava.atunit.AtUnit
66
// build/classes/main/annotations/AtUnitExample3.class}
77
package annotations;

annotations/AtUnitExample4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExample4.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// {java onjava.atunit.AtUnit
66
// build/classes/main/annotations/AtUnitExample4.class}
77
package annotations;

annotations/AtUnitExample5.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExample5.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// {java onjava.atunit.AtUnit
66
// build/classes/main/annotations/AtUnitExample5.class}
77
package annotations;

annotations/AtUnitExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/AtUnitExternalTest.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// Creating non-embedded tests
66
// {java onjava.atunit.AtUnit
77
// build/classes/main/annotations/AtUnitExternalTest.class}

annotations/HashSetTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/HashSetTest.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
// {java onjava.atunit.AtUnit
66
// build/classes/main/annotations/HashSetTest.class}
77
package annotations;

annotations/PasswordUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// annotations/PasswordUtils.java
22
// (c)2016 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
4-
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
4+
// Visit http://OnJava8.com for more book information.
55
import java.util.*;
66

77
public class PasswordUtils {

0 commit comments

Comments
 (0)