formatting

This commit is contained in:
Shay Banon 2012-10-04 20:07:57 +02:00
parent 4d969add80
commit 8ea019aa82
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ public class RestGetMappingAction extends BaseRestHandler {
if (indexMetaData.mappings().values().isEmpty() && types.isEmpty()) { if (indexMetaData.mappings().values().isEmpty() && types.isEmpty()) {
// if no types are specified and no mappings are set for the index, consider this an empty mapping // if no types are specified and no mappings are set for the index, consider this an empty mapping
foundAny = true; foundAny = true;
} }
builder.endObject(); builder.endObject();