[java-shib-attribute] branch main updated: Fix Javadoc by converting to HTML character entities
Phil Smart
philip.smart at jisc.ac.uk
Fri Nov 14 17:55:37 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
https://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=bd1a6a17d8148b208879a124b69445d3fe9e0789
The following commit(s) were added to refs/heads/main by this push:
new bd1a6a17d Fix Javadoc by converting to HTML character entities
bd1a6a17d is described below
commit bd1a6a17d8148b208879a124b69445d3fe9e0789
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 14 17:55:08 2025 +0000
Fix Javadoc by converting to HTML character entities
---
.../spring/dc/saml/impl/SimpleAggregationSAMLDataConnectorParser.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/saml/impl/SimpleAggregationSAMLDataConnectorParser.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/saml/impl/SimpleAggregationSAMLDataConnectorParser.java
index 4b0f2b393..3b3eb8632 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/saml/impl/SimpleAggregationSAMLDataConnectorParser.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/saml/impl/SimpleAggregationSAMLDataConnectorParser.java
@@ -60,10 +60,10 @@ public class SimpleAggregationSAMLDataConnectorParser extends AbstractSAMLDataCo
"SelfEntityIDResolver", "bean", true, true));
}
- /** QName of <Entity> child element. */
+ /** QName of <Entity> child element. */
private static final QName ENTITY = new QName(AttributeResolverNamespaceHandler.NAMESPACE, "Entity");
- /** QName of <EntityReference> child element. */
+ /** QName of <EntityReference> child element. */
private static final QName ENTITY_REF = new QName(AttributeResolverNamespaceHandler.NAMESPACE, "EntityReference");
/** Class logger. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list