gchq / MagmaCore

Magma Core is a collection of Java Classes and utilities to enable HQDM objects and patterns to be created and consumed as RDF Linked Data.
Apache License 2.0
25 stars 4 forks source link

Stronger types signature for Top.addValue() method. #192

Closed twalmsley closed 7 months ago

twalmsley commented 7 months ago

This prevents a common mistake where the developer (me) forgets to call getId() on a Thing when adding predicates.

GCHQDeveloper42 commented 7 months ago

Build errors with FunctionalProgrammingExample.java.