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

Commit ffa212f

Browse files
committed
issue 1109 some review items left out
1 parent 90c9d1a commit ffa212f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

api/src/main/java/com/stormpath/sdk/saml/SamlIdentityProviderOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* SamlIdentityProvider-specific options that may be specified when retrieving {@link SamlIdentityProvider} resources.
2222
*
23-
* @since 1.3,0
23+
* @since 1.3.0
2424
*/
2525
public interface SamlIdentityProviderOptions<T> extends Options {
2626

api/src/main/java/com/stormpath/sdk/saml/SamlServiceProviderRegistrationOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* SamlServiceProviderRegistration-specific options that may be specified when retrieving {@link SamlServiceProviderRegistration} resources.
2222
*
23-
* @since 1.2.1
23+
* @since 1.3.0
2424
*/
2525
public interface SamlServiceProviderRegistrationOptions<T> extends Options {
2626

impl/src/main/java/com/stormpath/sdk/impl/ds/cache/WriteCacheFilter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ private void cache(Class<? extends Resource> clazz, Map<String, ?> data, QuerySt
312312
Class itemType;
313313
if(property instanceof SetProperty){
314314
itemsProperty = SetProperty.class.cast(property);
315-
}
316-
else{
315+
}else {
317316
itemsProperty = ArrayProperty.class.cast(property);
318317
}
319318
itemType = itemsProperty.getType();

impl/src/main/java/com/stormpath/sdk/impl/saml/DefaultSamlIdentityProviderCriteria.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import com.stormpath.sdk.saml.SamlIdentityProviderOptions;
2222

2323
/**
24-
* @since 1.2.1
24+
* @since 1.3.0
2525
*/
2626
public class DefaultSamlIdentityProviderCriteria extends DefaultCriteria<SamlIdentityProviderCriteria, SamlIdentityProviderOptions> implements SamlIdentityProviderCriteria {
2727

0 commit comments

Comments
 (0)