Fix broken build created by r.8700
This commit is contained in:
parent
ca15e31d62
commit
ba02643a47
1 changed files with 10 additions and 0 deletions
|
@ -421,4 +421,14 @@ public class IndividualStub implements Individual {
|
|||
throw new RuntimeException(
|
||||
"Individual.setSearchBoost() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSearchSnippet() {
|
||||
throw new RuntimeException("Individual.getSearchSnippet() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSearchSnippet(String snippet) {
|
||||
throw new RuntimeException("Individual.setSearchSnippet() not implemented.");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue