Changeset 2d6914153aac9275649f48e2e888d3580f6bcdef
- Timestamp:
- 11/10/09 18:48:46
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1257878926 +0000
- git-parent:
[cb991cc72f550faba728557f2ec72a3d63542e92]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1257878926 +0000
- Message:
make this public -- it's useful
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcbf5c89 |
r2d69141 |
|
| 57 | 57 | } |
|---|
| 58 | 58 | |
|---|
| 59 | | protected String getDatabaseParameter(String param) { |
|---|
| | 59 | public String getDatabaseParameter(String param) { |
|---|
| 60 | 60 | XPathFactory factory = XPathFactory.newInstance(); |
|---|
| 61 | 61 | XPath xpath = factory.newXPath(); |
|---|