Fix compile error due to bad html in javadocs.

This commit is contained in:
Adrien Grand 2015-11-17 10:08:48 +01:00
parent a566b5d08d
commit e158070a48

View file

@ -12,7 +12,7 @@ import java.util.stream.Collectors;
/**
* A container class to hold all the profile results across all shards. Internally
* holds a map of shard ID -> Profiled results
* holds a map of shard ID -> Profiled results
*/
public final class InternalProfileShardResults implements Streamable, ToXContent{