Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Implement loadAllWithIndexSet method
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Dec 15, 2016
1 parent f682110 commit f59cc45
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -237,6 +237,11 @@ public void removeOutputFromAllStreams(Output output) {
throw new IllegalStateException("no implemented");
}

@Override
public List<Stream> loadAllWithIndexSet(String indexSetId) {
throw new IllegalStateException("no implemented");
}

@Override
public <T extends Persisted> int destroy(T model) {
throw new IllegalStateException("no implemented");
Expand Down

0 comments on commit f59cc45

Please sign in to comment.