Skip to content

Commit 8762b39

Browse files
authored
Update README.md
1 parent 3709f96 commit 8762b39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# java-code-format
22

3+
## Enhance
4+
5+
### format the java file/dir
6+
7+
```java
8+
List<String> formatSourceFile(String file, boolean useExecutor, ExecutorService executorService,
9+
boolean reWrite, long timeout, TimeUnit unit, boolean timeoutForAll);
10+
```
11+
12+
you can choose using a ExecutorService to formatted the source file now.
13+
314
## Using the formatter
415

516
### from the command-line

0 commit comments

Comments
 (0)