Skip to content
Snippets Groups Projects
Commit 5d840ef3 authored by Jason Tedor's avatar Jason Tedor
Browse files

Elasticsearch 5: Fix Javadocs in REST client tests

The comments were incorrectly referring to ElasticsearchClient but they
should be referring to ElasticsearchRestClient instead.
parent 22509034
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public class ElasticsearchRestClientIT {
}
/**
* Test of insert method, of class ElasticsearchClient.
* Test of insert method, of class {@link ElasticsearchRestClient}.
*/
@Test
public void testInsert() {
......@@ -72,7 +72,7 @@ public class ElasticsearchRestClientIT {
}
/**
* Test of delete method, of class ElasticsearchClient.
* Test of delete method, of class {@link ElasticsearchRestClient}.
*/
@Test
public void testDelete() {
......@@ -81,7 +81,7 @@ public class ElasticsearchRestClientIT {
}
/**
* Test of read method, of class ElasticsearchClient.
* Test of read method, of class {@link ElasticsearchRestClient}.
*/
@Test
public void testRead() {
......@@ -92,7 +92,7 @@ public class ElasticsearchRestClientIT {
}
/**
* Test of update method, of class ElasticsearchClient.
* Test of update method, of class {@link ElasticsearchRestClient}.
*/
@Test
public void testUpdate() {
......@@ -117,7 +117,7 @@ public class ElasticsearchRestClientIT {
}
/**
* Test of scan method, of class ElasticsearchClient.
* Test of scan method, of class {@link ElasticsearchRestClient}.
*/
@Test
public void testScan() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment