Revert accidental commit

This commit is contained in:
James Agnew 2019-08-23 11:17:02 -04:00
parent abc894ce90
commit c346ba92c8
1 changed files with 0 additions and 1 deletions

View File

@ -648,7 +648,6 @@ public abstract class BaseHapiTerminologySvcImpl implements IHapiTerminologySvc,
FullTextQuery jpaQuery = em.createFullTextQuery(luceneQuery, TermConcept.class);
int maxResult = 50000;
jpaQuery.setMaxResults(maxResult);
jpaQuery.setFirstResult()
StopWatch sw = new StopWatch();
AtomicInteger count = new AtomicInteger(0);