[java-support] 03/03: Align annotation with code
Rod Widdowson
rdw at steadingsoftware.com
Wed Jul 13 08:51:24 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=3eea3d941d0f9b9cd5a0bbe89a87a19a787f0fcc
commit 3eea3d941d0f9b9cd5a0bbe89a87a19a787f0fcc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 11 16:32:15 2022 +0100
Align annotation with code
---
.../utilities/java/support/security/impl/BasicAccessControlService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/impl/BasicAccessControlService.java b/src/main/java/net/shibboleth/utilities/java/support/security/impl/BasicAccessControlService.java
index f64a5a9..3bd2678 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/impl/BasicAccessControlService.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/impl/BasicAccessControlService.java
@@ -55,7 +55,7 @@ public class BasicAccessControlService extends AbstractIdentifiableInitializable
*
* @param map map of named policies
*/
- public void setPolicyMap(@Nonnull @NonnullElements final Map<String,AccessControl> map) {
+ public void setPolicyMap(@Nullable @NonnullElements final Map<String,AccessControl> map) {
throwSetterPreconditionExceptions();
if (map != null) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list