[java-shib-shared] branch main updated: Fix an annotation.
Scott Cantor
cantor.2 at osu.edu
Thu Nov 17 19:39:46 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=15edcdf4af6ef0b62b2922afac8625da043fe325
The following commit(s) were added to refs/heads/main by this push:
new 15edcdf4 Fix an annotation.
15edcdf4 is described below
commit 15edcdf4af6ef0b62b2922afac8625da043fe325
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 17 14:39:43 2022 -0500
Fix an annotation.
---
.../shibboleth/shared/spring/service/AbstractServiceableComponent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-service/src/main/java/net/shibboleth/shared/spring/service/AbstractServiceableComponent.java b/shib-service/src/main/java/net/shibboleth/shared/spring/service/AbstractServiceableComponent.java
index 35cf38b7..e93ca29a 100644
--- a/shib-service/src/main/java/net/shibboleth/shared/spring/service/AbstractServiceableComponent.java
+++ b/shib-service/src/main/java/net/shibboleth/shared/spring/service/AbstractServiceableComponent.java
@@ -59,7 +59,7 @@ public abstract class AbstractServiceableComponent<T> extends AbstractIdentifiab
}
/** {@inheritDoc} */
- @Override public void setApplicationContext(final ApplicationContext context) {
+ @Override public void setApplicationContext(@Nullable final ApplicationContext context) {
checkSetterPreconditions();
applicationContext = context;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list