forked from D-Net/dnet-hadoop
[CleanCountry] fixed issue
This commit is contained in:
parent
f1d7d45cf7
commit
b5b5a4c192
|
@ -117,7 +117,7 @@ public class CleanCountrySparkJob implements Serializable {
|
|||
p -> p
|
||||
.getQualifier()
|
||||
.getClassid()
|
||||
.equals(PidType.doi) && pidInParam(p.getValue(), verifyParam))) {
|
||||
.equals(PidType.doi.toString()) && pidInParam(p.getValue(), verifyParam))) {
|
||||
r
|
||||
.setCountry(
|
||||
r
|
||||
|
|
Loading…
Reference in New Issue