Revision 10219
Added by Jing Tao over 7 years ago
src/edu/ucsb/nceas/metacat/dataone/MNodeService.java | ||
---|---|---|
1313 | 1313 |
String localId; |
1314 | 1314 |
Identifier pid; |
1315 | 1315 |
if ( syncFailed.getPid() != null ) { |
1316 |
|
|
1317 | 1316 |
pid = new Identifier(); |
1318 | 1317 |
pid.setValue(syncFailed.getPid()); |
1319 | 1318 |
boolean allowed; |
Also available in: Unified diff
Make sure it is same as branch 2.8 except the mdq stuff