We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09f61 commit 58c05dfCopy full SHA for 58c05df
src/main/java/chapter_08/code_18/PuzzleSolver.java
@@ -10,6 +10,7 @@
10
* 程序清单 8-18 在解决器中找不到解答
11
*/
12
public class PuzzleSolver<P, M> extends ConcurrentPuzzleSolver<P, M> {
13
+
14
private final AtomicInteger taskCount = new AtomicInteger(0);
15
16
PuzzleSolver(Puzzle<P, M> puzzle) {
0 commit comments