Docs: Fixed bad asciidoc in migrate_2_0
This commit is contained in:
parent
123b0723fe
commit
e28ad853c7
|
@ -474,6 +474,7 @@ pattern. Instead of using:
|
||||||
Settings settings = ImmutableSettings.settingsBuilder()
|
Settings settings = ImmutableSettings.settingsBuilder()
|
||||||
.put("cluster.name", "myClusterName").build();
|
.put("cluster.name", "myClusterName").build();
|
||||||
Client client = new TransportClient(settings);
|
Client client = new TransportClient(settings);
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
Use:
|
Use:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue