netty5/common/src
feijermu 8df19ce1f3
Replace several magic numbers. (#10094)
Motivation:

Magic numbers seem hard to read or understand.

Modification:

Replace several magic numbers with named constants.

Result:

Improve readability and make it easier to maintain.
2020-03-09 11:48:59 +01:00
..
main Replace several magic numbers. (#10094) 2020-03-09 11:48:59 +01:00
test Add test cases for StringUtil. (#10074) 2020-03-03 10:57:41 +01:00