Skip to content

Commit

Permalink
Remove exit method
Browse files Browse the repository at this point in the history
  • Loading branch information
kwahlin committed Jan 24, 2023
1 parent 2dc7c15 commit b280e8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions whelktool/scripts/analysis/find-work-clusters.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ selectByCollection('bib') { bib ->
}
}

exit()

Map<String, List<String>> buildQuery(bib) {
def title = title(bib)

Expand Down Expand Up @@ -65,10 +63,6 @@ Map<String, List<String>> buildQuery(bib) {
return null
}

synchronized void exit() {
System.exit(0)
}

private void insertLinkedAgents(bib) {
getPathSafe(bib.doc.data, ['@graph', 1, 'instanceOf', 'contribution']).each {
if (it.agent && it.agent['@id']) {
Expand Down

0 comments on commit b280e8b

Please sign in to comment.