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

set visibility of getURLWithFixes() to private

parent f6b1bd64
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ import java.net.URISyntaxException; ...@@ -28,7 +28,6 @@ import java.net.URISyntaxException;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
import java.util.Set; import java.util.Set;
import java.util.regex.Pattern;
/** /**
* *
...@@ -188,7 +187,7 @@ public class DatabaseLocationParser { ...@@ -188,7 +187,7 @@ public class DatabaseLocationParser {
* @return String version of a URL, modified according to the rules * @return String version of a URL, modified according to the rules
* supplied. * supplied.
*/ */
public String getURLWithFixes(int modifications) { private String getURLWithFixes(int modifications) {
try { try {
String scheme = new String(db_engine); String scheme = new String(db_engine);
String userInfo = null; String userInfo = null;
......
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