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
|
||||
public String source() {
|
||||
return this.source();
|
||||
return source;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue