Return source string instead of calling an infinite recursive loop

This commit is contained in:
Simon Willnauer 2013-10-02 20:19:55 +02:00
parent 268e561287
commit 9e7b3963d8
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public interface Engine extends IndexShardComponent, CloseableComponent {
@Override
public String source() {
return this.source();
return source;
}
@Override