Skip to content

Commit

Permalink
Merge pull request #1523 from libris/feature/bulk-code-cleanup
Browse files Browse the repository at this point in the history
Clean up: comments, naming, structure, access modifiers etc.
  • Loading branch information
kwahlin committed Nov 25, 2024
1 parent 4ac815a commit 5133f03
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class JsonLDTurtleConverter implements FormatConverter {
return [(JsonLd.NON_JSON_CONTENT_KEY) : toTurtle(source, null, base)]
}

static String toTurtleData(source, Map context) {
static String toTurtleNoPrelude(source, Map context) {
// Add skip prelude flag in trld.trig.SerializerState.serialize?
return withoutPrefixes(toTurtle(source, context, null))
}
Expand Down
Loading

0 comments on commit 5133f03

Please sign in to comment.