[Javadoc] Fix copy/paste comment on YAML type
This commit is contained in:
parent
f9b43a9efa
commit
2afdb4c8e7
|
@ -67,7 +67,7 @@ public enum XContentType {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* The jackson based smile binary format. Fast and compact binary format.
|
* A YAML based content type.
|
||||||
*/
|
*/
|
||||||
YAML(2) {
|
YAML(2) {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue