Fix compile error due to bad html in javadocs.
This commit is contained in:
parent
a566b5d08d
commit
e158070a48
|
@ -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{
|
||||
|
||||
|
|
Loading…
Reference in New Issue