mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
Remove infinite loop typo
This commit is contained in:
parent
82298d890c
commit
6b672e29f5
@ -57,7 +57,7 @@ public class ClusterBlock implements Serializable, Streamable, ToXContent {
|
||||
}
|
||||
|
||||
public ClusterBlockLevel[] levels() {
|
||||
return this.levels();
|
||||
return this.levels;
|
||||
}
|
||||
|
||||
public boolean contains(ClusterBlockLevel level) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user