[java-identity-provider] 01/03: Annotation

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 21 13:15:22 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw 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=13f69473613a3661cb29f3144057e2c8e435c7fb

commit 13f69473613a3661cb29f3144057e2c8e435c7fb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 20 14:01:14 2023 +0100

    Annotation
---
 .../net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java
index 5169d5dee..780d39ec5 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java
@@ -73,7 +73,7 @@ public class RollbackPluginInstall implements AutoCloseable {
      * @param context The Module Context
      * @param changes Where to capture module changes
      */
-    public RollbackPluginInstall(final @Nonnull ModuleContext context,
+    public RollbackPluginInstall(final @Nonnull @Live ModuleContext context,
             final @Nonnull Map<ModuleResource, ResourceResult> changes) {
         moduleContext = Constraint.isNotNull(context, "Module context should be non null");
         moduleChanges = Constraint.isNotNull(changes, "Module changes should be non null");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list