Skip to content

Commit

Permalink
Remove unexpected javadoc character
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfee-usgs committed Jun 21, 2021
1 parent 3cb5fcd commit 5e8e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gov/usgs/util/FutureExecutorTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class FutureExecutorTask<T> extends ExecutorTask<T> {
* Construct a new ExecutorTask
*
* @param backgroundService
* ExecutorService used to execute callableÍ
* ExecutorService used to execute callable.
* @param service
* ExecutorService that this task will be submitted to.
* @param maxTries
Expand Down

0 comments on commit 5e8e330

Please sign in to comment.