Update stale Javadoc in MetaDataMappingService#executeRefresh

This commit updates a stale Javadoc on
MetaDataMappingService#executeRefresh. Previously this method handled
refresh and update tasks. Update tasks have been removed and the method
was renamed, but the Javadoc was not updated to reflect this.
This commit is contained in:
Jason Tedor 2015-12-03 08:59:56 -05:00
parent e84b61358f
commit 310e98f51d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class MetaDataMappingService extends AbstractComponent {
}
/**
* Batch method to apply all the queued refresh or update operations. The idea is to try and batch as much
* Batch method to apply all the queued refresh operations. The idea is to try and batch as much
* as possible so we won't create the same index all the time for example for the updates on the same mapping
* and generate a single cluster change event out of all of those.
*/