Revision 2267
Added by sgarg about 20 years ago
src/edu/ucsb/nceas/metacat/Eml210SAXHandler.java | ||
---|---|---|
214 | 214 |
Hashtable list = null; |
215 | 215 |
Hashtable result = new Hashtable(); |
216 | 216 |
// get unwritable sutree from controller |
217 |
list = controller.hasUnaccessableSubTree(user, groups, |
|
218 |
AccessControlInterface.WRITESTRING); |
|
217 |
list = null; |
|
218 |
// changed after old code removal |
|
219 |
//controller.hasUnaccessableSubTree(user, groups, |
|
220 |
// AccessControlInterface.WRITESTRING); |
|
219 | 221 |
if (list != null) { |
220 | 222 |
|
221 | 223 |
Enumeration en = list.elements(); |
Also available in: Unified diff
Removed some unused code