File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ Notice: the input file needs to be a directory
205205** Create many threads with the same runnable** :
206206
207207``` java
208- MultiThreads . createThreads(Runnable runnable,int amountOfThreads);
208+ MultiThreads . createThreads(Runnable runnable, int amountOfThreads);
209209```
210210
211211Start all threads :
@@ -238,11 +238,11 @@ Some tools for Strings :
238238Check if a String contains ** at least one** of the params :
239239
240240``` java
241- StringUtils . containsOneOf(String src, String . . . params);
241+ StringUtils . containsOneOf(String src, String . .. params);
242242```
243243
244244Check if a String contains ** all** of the params :
245245
246246``` java
247- StringUtils . containsAll(String src, String . . . params)
247+ StringUtils . containsAll(String src, String . .. params)
248248```
You can’t perform that action at this time.
0 commit comments