Description
The getConnector deprecation comments do not point the user to getConnector(String, AuthenticationToken);
Also, the docs for that method should provide an example:
getConnector("root", new PasswordToken("secret"));
The getConnector deprecation comments do not point the user to getConnector(String, AuthenticationToken);
Also, the docs for that method should provide an example:
getConnector("root", new PasswordToken("secret"));