Commit faddb48
committed
Fix testing if object not null
It should be checked if an Entity has a contentType, not if an Entity has
content.
See #292 (comment) and
#292 (comment).1 parent 1229f73 commit faddb48
File tree
1 file changed
+1
-1
lines changed- core/src/main/java/com/github/jsonldjava/utils
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments