jarjar jackson and joda
This commit is contained in:
parent
70a2a3ef52
commit
69df71d2e3
|
@ -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();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue