Skip to content

Commit bae1e11

Browse files
SaifuddinMerchantKehrlann
authored andcommitted
issue-1299 AbstractAuthenticationConfiguration.getLinkText() should be String instead of Boolean
1 parent a7d83db commit bae1e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/identityproviders/AbstractAuthenticationConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ abstract class AbstractAuthenticationConfiguration
4444
*/
4545
@JsonProperty("linkText")
4646
@Nullable
47-
abstract Boolean getLinkText();
47+
abstract String getLinkText();
4848

4949
/**
5050
* The client ID which is registered with the external OAuth provider for use by the UAA

0 commit comments

Comments
 (0)