changes relating to issues raised by Scripps: author ordering and label editing
This commit is contained in:
parent
dc3d3873c8
commit
e7a04ae09b
2 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ public class DataPropertyComparator implements Comparator<Individual> {
|
|||
}
|
||||
if (datatype == null) {
|
||||
log.warn("Can't compare data property statements: no datatype specified.");
|
||||
// Perhaps we should throw an error here, but for now we need it to return 0
|
||||
return 0;
|
||||
// Perhaps we should throw an error here, but for now we need it to set the datatype
|
||||
datatype = XSD.xint.toString();
|
||||
}
|
||||
|
||||
if (XSD.xint.toString().equals(datatype)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue