This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/8c802930e849424972ebb6f7776e3ff0ddb86f62
The following commit(s) were added to refs/heads/main by this push:
new 8c802930 Fix log message.
8c802930 is described below
commit 8c802930e849424972ebb6f7776e3ff0ddb86f62
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jul 13 09:21:56 2026 -0400
Fix log message.
---
.../main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java b/shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java
index 6d078e84..a09599e8 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java
@@ -54,7 +54,7 @@ public final class AnnotationsSupport {
}
}
if (log != null) {
- log.debug("{}: found a PreDestroyMethod {}", id, m);
+ log.debug("{}: found an OnTeardown method {}", id, m);
}
try {
m.invoke(obj);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.