forked from D-Net/dnet-hadoop
we do expect to find field bestaccessright already defined. No need to add it again
This commit is contained in:
parent
fbdd18a96b
commit
1a1a026a18
|
@ -292,8 +292,6 @@ public class XmlRecordFactory implements Serializable {
|
|||
if (r.getResourcetype() != null) {
|
||||
metadata.add(XmlSerializationUtils.mapQualifier("resourcetype", r.getResourcetype()));
|
||||
}
|
||||
|
||||
metadata.add(XmlSerializationUtils.mapQualifier("bestaccessright", getBestAccessright(r)));
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in New Issue