You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Martynas Jusevičius <ma...@graphity.org> on 2015/08/20 16:52:18 UTC

Typo in example

https://jena.apache.org/documentation/notes/typed-literals.html#user-defined-non-xsd-data-types

Public Boolean isEqual(LiteralLabel value1, LiteralLabel value2) {

should be

public boolean isEqual(LiteralLabel value1, LiteralLabel value2) {

(notice the uppercase keywords)