mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +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() {
|
public ClusterBlockLevel[] levels() {
|
||||||
return this.levels();
|
return this.levels;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean contains(ClusterBlockLevel level) {
|
public boolean contains(ClusterBlockLevel level) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user