From 20b05b56c42a212a14a30723690d7ffba4b6867e Mon Sep 17 00:00:00 2001 From: Igal Date: Mon, 28 Apr 2014 17:46:26 -0700 Subject: [PATCH] [DOCS] Update client.asciidoc Should be classpath rather than classloader. Close #5965 --- docs/java-api/client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-api/client.asciidoc b/docs/java-api/client.asciidoc index 57f55ecd11c..bd6be0fd58c 100644 --- a/docs/java-api/client.asciidoc +++ b/docs/java-api/client.asciidoc @@ -55,7 +55,7 @@ explicitly using the `clusterName` method on the builder. You can define `cluster.name` in `/src/main/resources/elasticsearch.yml` dir in your project. As long as `elasticsearch.yml` is present in the -classloader, it will be used when you start your node. +classpath, it will be used when you start your node. [source,java] --------------------------------------------------