Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
b89d79bb
Commit
b89d79bb
authored
Dec 26, 2014
by
Greg Messner
Browse files
Made getIgnoreCertificateErrors() public.
parent
9ac6b933
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/messners/gitlab/api/GitLabApiClient.java
View file @
b89d79bb
...
...
@@ -73,7 +73,7 @@ public class GitLabApiClient {
*
* @return true if the API is setup to ignore SSL certificate errors, otherwise returns false
*/
p
rotected
boolean
getIgnoreCertificateErrors
()
{
p
ublic
boolean
getIgnoreCertificateErrors
()
{
return
(
GitLabApiClient
.
ignoreCertificateErrors
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment