Skip to content

Commit aebe0ae

Browse files
committed
Note that the method is only visible for testing
1 parent 0f4ed23 commit aebe0ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/java/com/github/jsonldjava/core/Context.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,9 @@ else if (((Map<String, Object>) value).containsKey("@type")) {
745745
return iri;
746746
}
747747

748+
/**
749+
* This method is only visible for testing.
750+
*/
748751
public static String _iriCompactionStep5point4(String iri, Object value, String compactIRI,
749752
final String candidate, Map<String, Object> termDefinitions) {
750753

0 commit comments

Comments
 (0)