[Javadoc] Fix copy/paste comment on YAML type

This commit is contained in:
Antoine Rey 2013-11-09 09:58:37 +01:00 committed by Boaz Leskes
parent f9b43a9efa
commit 2afdb4c8e7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
@Override