From 4a9d042d87187de19d047bd2e9a9c3d726fb1be2 Mon Sep 17 00:00:00 2001 From: Alexandre P <apo@kereval.com> Date: Tue, 15 Nov 2022 18:02:48 +0100 Subject: [PATCH] Correct broken xml on md document for DCCValidator --- DCC-validator/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCC-validator/installation.md b/DCC-validator/installation.md index c663782..75f04b1 100755 --- a/DCC-validator/installation.md +++ b/DCC-validator/installation.md @@ -99,7 +99,7 @@ Install factories module Replace this property `${DEPLOYMENT_PROPERTIES}` with your own path to the deployment property: - ```xml + ```txt <subsystem xmlns="urn:jboss:domain:naming:2.0"> <bindings> <object-factory name="java:/app/gazelle/dcc-validator/operational-preferences" module="net.ihe.gazelle.factories" class="net.ihe.gazelle.factories.PropertiesFactory"> -- GitLab