Skip to content

Commit 5375d3b

Browse files
committed
missing asterisk
1 parent 03720e8 commit 5375d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mug/src/main/java/com/google/mu/util/concurrent/Parallelizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public Parallelizer(ExecutorService executor, int maxInFlight) {
168168
if (maxInFlight <= 0) throw new IllegalArgumentException("maxInFlight = " + maxInFlight);
169169
}
170170

171-
/*
171+
/**
172172
* Returns a new {@link Parallelizer} based on an ExecutorService that exits when the application
173173
* is complete. It does so by using daemon threads.
174174
*

0 commit comments

Comments
 (0)