jarjar jackson and joda

This commit is contained in:
kimchy 2010-04-30 19:00:40 +03:00
parent 70a2a3ef52
commit 69df71d2e3
1 changed files with 2 additions and 7 deletions

View File

@ -42,13 +42,8 @@ public class XContentFactory {
static { static {
contents = new XContent[2]; contents = new XContent[2];
try {
contents[0] = new JsonXContent(); contents[0] = new JsonXContent();
contents[1] = new XsonXContent(); contents[1] = new XsonXContent();
} catch (Throwable t) {
System.err.println("Failed to load xcontent");
t.printStackTrace();
}
} }
/** /**