[doc] Make the sentence actually understandable

This commit is contained in:
Andreas Kohn 2015-10-08 16:37:17 +02:00
parent 0dfe4cd929
commit 2ffc2979d7
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ Client client = TransportClient.builder().settings(settings).build();
-------------------------------------------------- --------------------------------------------------
The transport client also no longer supports loading settings from config files. The transport client also no longer supports loading settings from config files.
If you have have a config file, you can load into settings yourself before If you have a config file, you can load it into settings yourself before
consturcting the transport client: constructing the transport client:
[source,java] [source,java]
-------------------------------------------------- --------------------------------------------------