Commit b89d79bb authored by Greg Messner's avatar Greg Messner
Browse files

Made getIgnoreCertificateErrors() public.

parent 9ac6b933
...@@ -73,7 +73,7 @@ public class GitLabApiClient { ...@@ -73,7 +73,7 @@ public class GitLabApiClient {
* *
* @return true if the API is setup to ignore SSL certificate errors, otherwise returns false * @return true if the API is setup to ignore SSL certificate errors, otherwise returns false
*/ */
protected boolean getIgnoreCertificateErrors () { public boolean getIgnoreCertificateErrors () {
return (GitLabApiClient.ignoreCertificateErrors); return (GitLabApiClient.ignoreCertificateErrors);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment