Skip to content
Snippets Groups Projects
Commit af3e92dc authored by tcarver's avatar tcarver
Browse files

change visibility of setFromURLString() to public

parent 528e90cf
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ public class DatabaseLocationParser {
*
* @param url
*/
private void setFromURLString(String url) {
public void setFromURLString(String url) {
logger4j.debug("DLP was called with a URL of [" + url + "]");
try {
//"jdbc:postgres://localhost:5432/drupal6?user=drupal6&ssl=true";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment