Browse Source

[DOCS] Update client.asciidoc

Should be classpath rather than classloader.

Close #5965
Igal 11 years ago
parent
commit
20b05b56c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-api/client.asciidoc

+ 1 - 1
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]
 --------------------------------------------------