Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #635
  • Loading branch information
rsoika committed Jan 30, 2020
1 parent ee990e6 commit 6567c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private static void buildValues(List<Object> values, StringBuffer out) {
type = "\"@type\":\"xs:long\"";
}
if (valueObject instanceof Float) {
type = "\"@type\":\"xs:floatt\"";
type = "\"@type\":\"xs:float\"";
}
if (valueObject instanceof Double) {
type = "\"@type\":\"xs:double\"";
Expand Down

0 comments on commit 6567c7e

Please sign in to comment.