Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 1a971969937cd5f3b2924393ad75a21353f20555
https://github.com/hibernate/hibernate-search/commit/1a971969937cd5f3b292...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/session/impl/QueuedAutomaticIndexingSynchronizationStrategy.java
Log Message:
-----------
HSEARCH-3735 Fix a typo in QueuedAutomaticIndexingSynchronizationStrategy
It doesn't matter because we're setting the refresh strategy to the
default value, but it's cleaner this way.