From dc1e8fb7c47e339eb78f77f68ed2e885c26d44ba Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 30 Oct 2020 08:58:07 -0400 Subject: Fixed syntax errors in DGs A few directed graphs were failing to load on startup due to syntax errors. Most of the errors had to do with a corrupted first line (missing xsi namespace declaration). One dg had a misplaced backtick. Change-Id: I4d0fae3f70ee7025f78f91986d695bba6e6d6dfb Issue-ID: SDNC-1403 Signed-off-by: Dan Timoney Former-commit-id: e4338c03378d0e4ea9c580603768056c27d0679d --- .../xml/DataChange_update-tp-ttp-relationship.xml | 95 +++++++++++----------- 1 file changed, 49 insertions(+), 46 deletions(-) (limited to 'platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml') diff --git a/platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml b/platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml index 4ce33625..30eddfd8 100644 --- a/platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml +++ b/platform-logic/datachange/src/main/xml/DataChange_update-tp-ttp-relationship.xml @@ -1,96 +1,99 @@ - - + + - + - + - - + + - + - + - + - + - - - + + + - - + + - - + + - + - + - + - + - + - - - + + + - + - + - + - - - + + + - - + + - - + + - + - + - + - + - - - - - - - + + + + + + + -- cgit 1.2.3-korg