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

View File

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