Skip to content

Commit 5e8e330

Browse files
committed
Remove unexpected javadoc character
1 parent 3cb5fcd commit 5e8e330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/usgs/util/FutureExecutorTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class FutureExecutorTask<T> extends ExecutorTask<T> {
3737
* Construct a new ExecutorTask
3838
*
3939
* @param backgroundService
40-
* ExecutorService used to execute callableÍ
40+
* ExecutorService used to execute callable.
4141
* @param service
4242
* ExecutorService that this task will be submitted to.
4343
* @param maxTries

0 commit comments

Comments
 (0)