Skip to content

Commit 4478971

Browse files
committed
WS-1693: DBpedia response type is now an ArrayList of Strings.
1 parent debb87e commit 4478971

File tree

1 file changed

+1
-1
lines changed
  • model/src/main/java/com/basistech/rosette/apimodel

1 file changed

+1
-1
lines changed

model/src/main/java/com/basistech/rosette/apimodel/Entity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class Entity {
8585
/**
8686
* @return the DBpediaType
8787
*/
88-
private final String dbpediaType;
88+
private final List<String> dbpediaType;
8989

9090
/**
9191
* @return the PermID

0 commit comments

Comments
 (0)