Remove a non needed comment

This commit is contained in:
David Pilato 2017-02-20 09:36:47 +01:00
parent 5aa2ab3bbc
commit b2ec4c1f17
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ final class Request {
'}';
}
// For developers please add your new methods in the alphabetical order
static Request delete(DeleteRequest deleteRequest) {
String endpoint = endpoint(deleteRequest.index(), deleteRequest.type(), deleteRequest.id());