Commit b8d3820
[LANG-1804] Fix CharSet#getInstance returns null instead of EMPTY when input setStrs is null (#1530)
* Fix CharSet.getInstance(final String... setStrs) returns null instead of EMPTY when input setStrs is null
* Remove unused import assertNull from CharSetTest
Removed unused import statement for assertNull.
---------
Co-authored-by: Gary Gregory <[email protected]>1 parent 938587a commit b8d3820
File tree
2 files changed
+4
-3
lines changed- src
- main/java/org/apache/commons/lang3
- test/java/org/apache/commons/lang3
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
390 | 389 | | |
391 | 390 | | |
392 | 391 | | |
| 392 | + | |
| 393 | + | |
393 | 394 | | |
394 | 395 | | |
395 | 396 | | |
| |||
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
403 | | - | |
| 404 | + | |
404 | 405 | | |
405 | 406 | | |
406 | 407 | | |
| |||
0 commit comments