Revision 54095
Added by Alessia Bardi over 4 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/claims/AbstractClaimsToHBASE.java | ||
---|---|---|
61 | 61 |
switch (type) { |
62 | 62 |
case "publication": |
63 | 63 |
case "dataset": |
64 |
case "software": |
|
65 |
case "other": |
|
64 | 66 |
return "result"; |
65 | 67 |
default: |
66 | 68 |
return type; |
Also available in: Unified diff
Considering types for software and orp