Rename logs json key, ls -> lo.

This commit is contained in:
wusheng 2017-03-18 23:56:18 +08:00
parent 4dab082c3c
commit f48f82fcf4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Span{
* {@see https://github.com/opentracing/specification/blob/master/specification.md#log-structured-data}
*/
@Expose
@SerializedName(value="ls")
@SerializedName(value="lo")
private final List<LogData> logs;
/**