Revision 9087
Added by Jing Tao almost 10 years ago
src/edu/ucsb/nceas/metacat/dataone/CNodeService.java | ||
---|---|---|
144 | 144 |
|
145 | 145 |
} |
146 | 146 |
|
147 |
String serviceFailureCode = "4882"; |
|
147 |
/*String serviceFailureCode = "4882";
|
|
148 | 148 |
Identifier sid = getPIDForSID(pid, serviceFailureCode); |
149 | 149 |
if(sid != null) { |
150 | 150 |
pid = sid; |
151 |
} |
|
151 |
}*/
|
|
152 | 152 |
// The lock to be used for this identifier |
153 | 153 |
Lock lock = null; |
154 | 154 |
|
Also available in: Unified diff
The CN.setReplicationPolicy method now only support PIDs. Refer to https://redmine.dataone.org/issues/6734.