From 387d88d36ce22fe8f6e07fd0d28a957e3a8e08c6 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 29 Sep 2021 13:46:08 -0400 Subject: [PATCH] Add docs for xml process --- .idea/compiler.xml | 1 + .idea/encodings.xml | 2 + .idea/workspace.xml | 163 ++++++++++++------ core-java-modules/core-java-io/pom.xml | 2 +- .../ConversionTechniquesUnitTest.java | 28 +-- pom.xml | 21 ++- .../codebank/tests/BlackboardTest.java | 1 + 7 files changed, 148 insertions(+), 70 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index aeed8b2aec..d74358ecad 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -9,6 +9,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 3ec6972f06..cb62bbdce8 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -8,5 +8,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8c6fa47048..db664eadf0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,14 @@