From e42f3b07cbb92193fc64940c0c5c8f88e7d144f3 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Wed, 7 Aug 2019 22:45:40 +0200 Subject: [PATCH] clean entities --- .../Publish_To_MavenLocal.xml | 21 +++++++++ .../Test_and_Publish_To_MavenLocal.xml | 23 ++++++++++ .idea/runConfigurations/tests.xml | 2 +- .../entity/EntitiesCollections.kt | 4 +- .../kotlin/fr/postgresjson/entity/Entity.kt | 44 +++++++++++-------- .../fr/postgresjson/serializer/Serializer.kt | 6 +-- src/test/kotlin/fr/postgresjson/EntityTest.kt | 4 +- 7 files changed, 77 insertions(+), 27 deletions(-) create mode 100644 .idea/runConfigurations/Publish_To_MavenLocal.xml create mode 100644 .idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml diff --git a/.idea/runConfigurations/Publish_To_MavenLocal.xml b/.idea/runConfigurations/Publish_To_MavenLocal.xml new file mode 100644 index 0000000..3586d59 --- /dev/null +++ b/.idea/runConfigurations/Publish_To_MavenLocal.xml @@ -0,0 +1,21 @@ + + + + + + + true + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml b/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml new file mode 100644 index 0000000..d46eeca --- /dev/null +++ b/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml @@ -0,0 +1,23 @@ + + + + + + + true + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/tests.xml b/.idea/runConfigurations/tests.xml index b2211a4..7c22ae8 100644 --- a/.idea/runConfigurations/tests.xml +++ b/.idea/runConfigurations/tests.xml @@ -1,5 +1,5 @@ - +