[java-metadata-aggregator] branch main updated: Fix typo in example

Ian Young ian at iay.org.uk
Fri Apr 26 07:35:22 UTC 2024


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=a9a62cbdba6313d07f7f96e15eef41e128ee7982

The following commit(s) were added to refs/heads/main by this push:
     new a9a62cb  Fix typo in example
a9a62cb is described below

commit a9a62cbdba6313d07f7f96e15eef41e128ee7982
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Apr 26 08:35:18 2024 +0100

    Fix typo in example
---
 doc/wiki/aggregate-and-sign.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/wiki/aggregate-and-sign.xml b/doc/wiki/aggregate-and-sign.xml
index a3b8094..4d5def4 100644
--- a/doc/wiki/aggregate-and-sign.xml
+++ b/doc/wiki/aggregate-and-sign.xml
@@ -13,7 +13,7 @@
     <bean id="source" parent="mda.DOMFilesystemSourceStage">
         <property name="id" value="source"/>
         <property name="parserPool">
-            <bean class="mda.BasicParserPool"/>
+            <bean parent="mda.BasicParserPool"/>
         </property>
         <property name="source">
             <bean class="java.io.File">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list