mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Fix compile error due to bad html in javadocs.
This commit is contained in:
parent
a566b5d08d
commit
e158070a48
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A container class to hold all the profile results across all shards. Internally
|
* 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{
|
public final class InternalProfileShardResults implements Streamable, ToXContent{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue