Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit fdb5cee

Browse files
committed
issue-1157 updating @SInCE annotations to 1.5.0
1 parent b55f9dd commit fdb5cee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/src/main/java/com/stormpath/sdk/provider/saml/CreateSamlProviderRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public interface CreateSamlProviderRequestBuilder {
7878
* Sets the boolean value for the forceAuthn attribute of the SamlProvider.
7979
*
8080
* @return this instance for method chaining.
81-
* @since 1.3.0
81+
* @since 1.5.0
8282
*/
8383
CreateSamlProviderRequestBuilder setForceAuthn(boolean forceAuthn);
8484

api/src/main/java/com/stormpath/sdk/provider/saml/SamlProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ public interface SamlProvider extends Provider {
104104
* Returns the boolean value for the forceAuthn attribute of the SamlProvider.
105105
*
106106
* @return Returns the boolean value for the forceAuthn attribute of the SamlProvider.
107-
* @since 1.3.0
107+
* @since 1.5.0
108108
*/
109109
boolean getForceAuthn();
110110

111111
/**
112112
* Sets the boolean value for the forceAuthn attribute of the SamlProvider.
113-
* @since 1.3.0
113+
* @since 1.5.0
114114
*/
115115
void setForceAuthn(boolean forceAuthn);
116116

extensions/httpclient/src/test/groovy/com/stormpath/sdk/client/DirectoryIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class DirectoryIT extends ClientIT {
331331
}
332332

333333
/**
334-
* @since 1.3.0
334+
* @since 1.5.0
335335
*/
336336
@Test
337337
void testCreateSamlDirectoryWithForceAuthnTrue() {

0 commit comments

Comments
 (0)