From f2bad5244e102db82a3753b2d430f2fd4cfe7816 Mon Sep 17 00:00:00 2001 From: Mitch Miller Date: Wed, 19 Jun 2024 14:52:09 -0400 Subject: [PATCH] Setting version of molwitch-cdk to 1.0.18 --- gsrs-module-substance-example/pom.xml | 2 +- gsrs-module-substances-api/pom.xml | 2 +- .../src/main/java/ix/core/models/Structure.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gsrs-module-substance-example/pom.xml b/gsrs-module-substance-example/pom.xml index 4fea78d4..100a61c7 100644 --- a/gsrs-module-substance-example/pom.xml +++ b/gsrs-module-substance-example/pom.xml @@ -252,7 +252,7 @@ gov.nih.ncats molwitch-cdk - 1.0.20 + 1.0.18 org.springframework.boot diff --git a/gsrs-module-substances-api/pom.xml b/gsrs-module-substances-api/pom.xml index 9d8c5ac2..92599c37 100644 --- a/gsrs-module-substances-api/pom.xml +++ b/gsrs-module-substances-api/pom.xml @@ -37,7 +37,7 @@ gov.nih.ncats molwitch-cdk - 1.0.20 + 1.0.18 gov.nih.ncats diff --git a/gsrs-module-substances-core/src/main/java/ix/core/models/Structure.java b/gsrs-module-substances-core/src/main/java/ix/core/models/Structure.java index 61d6113d..3333ce49 100644 --- a/gsrs-module-substances-core/src/main/java/ix/core/models/Structure.java +++ b/gsrs-module-substances-core/src/main/java/ix/core/models/Structure.java @@ -102,7 +102,7 @@ public static class Stereo { public static final Stereo UNKNOWN = new Stereo("UNKNOWN"); private String stereoType; - + public Stereo(String stereo){ this.stereoType=stereo; }