Skip to content

Commit a648fb0

Browse files
committed
+ replaced Terminable with AutoCloseable
1 parent a6cd94a commit a648fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ etc...
6767
#### API
6868

6969
```java
70-
public interface SequentialExecutorServiceFactory extends AutoCloseable {
70+
public interface SequentialExecutorServiceFactory {
7171
/**
7272
* @param sequenceKey
7373
* an {@link Object} instance whose hash code is used to summon the corresponding executor.
@@ -155,7 +155,7 @@ public class MessageConsumer {
155155
#### API
156156

157157
```java
158-
public interface SequentialExecutor extends AutoCloseable {
158+
public interface SequentialExecutor {
159159
/**
160160
* @param command
161161
* the Runnable task to run sequentially with others under the same sequence key

0 commit comments

Comments
 (0)