Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Apr 11, 2023
1 parent 7b73d1d commit 87ce775
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions whelk-core/src/main/groovy/whelk/JsonLd.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,6 @@ class JsonLd {
s && (s.startsWith('https://') || s.startsWith('http://'))
}

static boolean looksLikeIri(String s) {
s && (s.startsWith('https://') || s.startsWith('http://'))
}

static List<List<String>> findPaths(Map obj, String key, String value) {
return findPaths(obj, key, [value].toSet())
}
Expand Down

0 comments on commit 87ce775

Please sign in to comment.