File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
5
// When threads collide
6
- // {ValidateByHand}
7
6
8
7
public class EvenProducer extends IntGenerator {
9
8
private int currentEvenValue = 0 ;
Original file line number Diff line number Diff line change 2
2
// (c)2017 MindView LLC: see Copyright.txt
3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
- // {ValidateByHand}
6
5
// {ThrowsException}
7
6
import java .util .concurrent .*;
8
7
Original file line number Diff line number Diff line change 2
2
// (c)2017 MindView LLC: see Copyright.txt
3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
- // {ValidateByHand}
6
5
// {ThrowsException}
7
6
import java .util .concurrent .*;
8
7
You can’t perform that action at this time.
0 commit comments