mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Return source string instead of calling an infinite recursive loop
This commit is contained in:
parent
268e561287
commit
9e7b3963d8
@ -182,7 +182,7 @@ public interface Engine extends IndexShardComponent, CloseableComponent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String source() {
|
public String source() {
|
||||||
return this.source();
|
return source;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user