Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abrami committed Nov 7, 2019
1 parent 573e5ff commit 4105deb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.texttechnologylab.uimadb.wrapper.mongo.serilization.exceptions.UnknownFactoryException;

import java.io.File;
import java.io.IOException;
import java.util.*;
import java.util.stream.Collectors;

Expand Down Expand Up @@ -190,6 +191,11 @@ public JCas getElement(String sID) {

}

@Override
public long getSize(String sID) throws IOException {
return -1l;
}

@Override
public Set<JCas> getElements(String sQuery) {

Expand Down

0 comments on commit 4105deb

Please sign in to comment.