[java-identity-provider] branch main updated: Fix class reference after porting from V4.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 21 18:06:29 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=5cf61f28b6dd1f5a12398c25bff88f3002b15858
The following commit(s) were added to refs/heads/main by this push:
new 5cf61f28b Fix class reference after porting from V4.
5cf61f28b is described below
commit 5cf61f28b6dd1f5a12398c25bff88f3002b15858
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 21 14:06:26 2022 -0400
Fix class reference after porting from V4.
---
.../src/main/java/net/shibboleth/idp/profile/LogRuntimeException.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/LogRuntimeException.java b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/LogRuntimeException.java
index a264025e3..d689080ba 100644
--- a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/LogRuntimeException.java
+++ b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/LogRuntimeException.java
@@ -19,10 +19,10 @@ package net.shibboleth.idp.profile;
import javax.annotation.Nonnull;
-import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
-
import org.slf4j.LoggerFactory;
+import net.shibboleth.shared.annotation.constraint.NotEmpty;
+
/**
* Dedicated bean used to log flow exceptions, to get around issues with Spring Expressions
* referencing class objects under certain conditions that are so far not understood.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list