Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type conversion problem in Eclipse (elastic#50549)
Eclipse 4.13 shows a type mismatch error in the affected line because it cannot correctly infer the boolean return type for the method call. Assigning return value to a local variable resolves this problem.
- Loading branch information