Skip to content

Commit 425c8d0

Browse files
authored
Merge pull request #755 from navikt/open
open DefaultOAuth2HttpClient
2 parents f2aee35 + 4cf4c21 commit 425c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-client-spring/src/main/kotlin/no/nav/security/token/support/client/spring/oauth2/DefaultOAuth2HttpClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.springframework.http.RequestEntity
1111
import org.springframework.util.LinkedMultiValueMap
1212
import org.springframework.web.client.HttpStatusCodeException
1313
import org.springframework.web.client.RestOperations
14-
class DefaultOAuth2HttpClient(val restOperations: RestOperations) : OAuth2HttpClient {
14+
open class DefaultOAuth2HttpClient(val restOperations: RestOperations) : OAuth2HttpClient {
1515
constructor(builder: RestTemplateBuilder) :this(builder.build())
1616

1717

0 commit comments

Comments
 (0)