Remove infinite loop typo

This commit is contained in:
Tim Dysinger 2010-12-30 11:47:27 -10:00 committed by kimchy
parent 82298d890c
commit 6b672e29f5

View File

@ -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) {