expose content type in client

This commit is contained in:
kimchy 2010-05-03 16:00:14 +03:00
parent b0e1c58474
commit 5d743383c7

View File

@ -89,9 +89,9 @@ class GClient {
}
}
static XContentType contentType = XContentType.XSON;
public static XContentType contentType = XContentType.XSON;
static XContentType indexContentType = XContentType.JSON;
public static XContentType indexContentType = XContentType.JSON;
final Client client;