[java-identity-provider] branch main updated: Account for changes to component APIs.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 20 19:50:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3d4b85bc764f57d8ebf219330030b96f7a19688a
The following commit(s) were added to refs/heads/main by this push:
new 3d4b85bc7 Account for changes to component APIs.
3d4b85bc7 is described below
commit 3d4b85bc764f57d8ebf219330030b96f7a19688a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 20 15:50:04 2022 -0400
Account for changes to component APIs.
---
.../src/main/java/net/shibboleth/idp/admin/impl/DoStorageOperation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/DoStorageOperation.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/DoStorageOperation.java
index 110b09d7f..c5201e2d5 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/DoStorageOperation.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/DoStorageOperation.java
@@ -104,7 +104,7 @@ public class DoStorageOperation extends AbstractProfileAction {
* @param storage storage service
*/
public void setStorageService(@Nullable final StorageService storage) {
- ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
+ checkSetterPreconditions();
storageService = storage;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list