mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 11:05:56 +01:00
Remove deprecated api calls
This commit is contained in:
@@ -45,7 +45,6 @@ public class GitUserAgentProvider implements UserAgentProvider {
|
||||
|
||||
@VisibleForTesting
|
||||
static final UserAgent JGIT = UserAgent.scmClient("JGit")
|
||||
.browser(false)
|
||||
.basicAuthenticationCharset(Charsets.UTF_8)
|
||||
.build();
|
||||
|
||||
@@ -53,7 +52,6 @@ public class GitUserAgentProvider implements UserAgentProvider {
|
||||
|
||||
@VisibleForTesting
|
||||
static final UserAgent GIT = UserAgent.scmClient("Git")
|
||||
.browser(false)
|
||||
.basicAuthenticationCharset(Charsets.UTF_8)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user