jarjar jackson and joda
This commit is contained in:
parent
70a2a3ef52
commit
69df71d2e3
|
@ -42,13 +42,8 @@ public class XContentFactory {
|
|||
|
||||
static {
|
||||
contents = new XContent[2];
|
||||
try {
|
||||
contents[0] = new JsonXContent();
|
||||
contents[1] = new XsonXContent();
|
||||
} catch (Throwable t) {
|
||||
System.err.println("Failed to load xcontent");
|
||||
t.printStackTrace();
|
||||
}
|
||||
contents[0] = new JsonXContent();
|
||||
contents[1] = new XsonXContent();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue