Skip to content

Commit

Permalink
Merge branch 'multisession' of github.com:mwoodiupui/DSpace into mult…
Browse files Browse the repository at this point in the history
…isession
  • Loading branch information
mwoodiupui committed Aug 13, 2024
2 parents 236075e + 88d3324 commit 172f7fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public List<Handle> findByPrefix(Session session, String prefix) throws SQLExcep

@Override
public long countHandlesByPrefix(Session session, String prefix) throws SQLException {


CriteriaBuilder criteriaBuilder = getCriteriaBuilder(session);
CriteriaQuery criteriaQuery = getCriteriaQuery(criteriaBuilder, Handle.class);

Expand Down

0 comments on commit 172f7fa

Please sign in to comment.