5fb515f4af
Motivation: Replace "if else" conditions with string switch. It is easier to read the code, for large "if else" constructions switch also could be faster. Modification: Replaced "if else" with a string switch. Result: Use new language features |
||
---|---|---|
.. | ||
src | ||
pom.xml |