[java-idp-plugin-metadatagen] branch main updated: Fix Javadoc HTML character reference
Phil Smart
philip.smart at jisc.ac.uk
Mon Jun 14 10:36:02 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=c32c9e3d478b96561e8adfc747f8bd74ece93019
The following commit(s) were added to refs/heads/main by this push:
new c32c9e3 Fix Javadoc HTML character reference
c32c9e3 is described below
commit c32c9e3d478b96561e8adfc747f8bd74ece93019
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 14 10:35:39 2021 +0000
Fix Javadoc HTML character reference
---
.../shibboleth/idp/plugin/metadatagen/impl/MetadataGenParameters.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenParameters.java b/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenParameters.java
index 2658ca6..386239e 100644
--- a/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenParameters.java
+++ b/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenParameters.java
@@ -32,7 +32,7 @@ import net.shibboleth.utilities.java.support.component.AbstractInitializableComp
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
/**
- * A simple bean for processing certificates & presenting them in an easy-to- output manner.
+ * A simple bean for processing certificates & presenting them in an easy-to- output manner.
*/
public class MetadataGenParameters extends AbstractInitializableComponent {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list