Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: ef45c6cb4c1fb9c8e072ec9a2775772e9c673d0a
https://github.com/hibernate/hibernate-validator/commit/ef45c6cb4c1fb9c8e...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java
Log Message:
-----------
HV-1568 Replaced null check/initialization with not null assertion
- As default context cannot be null at this point we should have an assertion
instead of initialization on null.