Revision 4202
Added by daigle over 16 years ago
src/edu/ucsb/nceas/metacat/util/SystemUtil.java | ||
---|---|---|
292 | 292 |
|
293 | 293 |
|
294 | 294 |
return realPath; |
295 |
// int webappIndex = realPath.indexOf("webapp"); |
|
296 |
|
|
297 |
// return realPath.substring(0, webappIndex - 1); |
|
298 | 295 |
} |
299 | 296 |
|
300 | 297 |
} |
Also available in: Unified diff
Remove commented lines