Update migrate_2_0.asciidoc

Fixed bad asciidoc in breaking changes
This commit is contained in:
Clinton Gormley 2015-02-25 14:07:19 +01:00
parent 2520dc78ec
commit 0c61ea803d
1 changed files with 2 additions and 0 deletions

View File

@ -12,7 +12,9 @@ line with the other Indices APIs. The <<multi-index>> options can be used on a r
to change this behavior
`GetIndexRequest.features()` now returns an array of Feature Enums instead of an array of String values.
The following deprecated methods have been removed:
* `GetIndexRequest.addFeatures(String[])` - Please use `GetIndexRequest.addFeatures(Feature[])` instead
* `GetIndexRequest.features(String[])` - Please use `GetIndexRequest.features(Feature[])` instead
* `GetIndexRequestBuilder.addFeatures(String[])` - Please use `GetIndexRequestBuilder.addFeatures(Feature[])` instead