Make JdbcUtil#port() public
This allows us to use it from plugins. Change-Id: I6728ef75d48af078e488cf06f886902d8963c576
This commit is contained in:
@@ -26,7 +26,7 @@ public class JdbcUtil {
|
||||
return hostname;
|
||||
}
|
||||
|
||||
static String port(String port) {
|
||||
public static String port(String port) {
|
||||
if (port != null && !port.isEmpty()) {
|
||||
return ":" + port;
|
||||
}
|
||||
|
Reference in New Issue
Block a user