valery1707
valery1707
Дело в том что `чётный` и так значит `кратный двум` :)
Remove extra ``` ` ``` in documentation. 
## Description Replace all occurrences of `Assert.isTrue\((\w+)\s?!=\s?null\s*,` with `Assert.notNull($1,`. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of...
Replace all occurrences of `isTrue\((\w+)\s?!=\s?null\s*,` with `notNull($1,`.