Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 325402e

Browse files
committed
[apiV2] warnings removed
1 parent edb3870 commit 325402e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
</build>
202202

203203
<repositories>
204-
205204
<repository>
206205
<id>spring-releases</id>
207206
<url>https://repo.spring.io/libs-release</url>

api/src/test/java/org/weso/snoicd/types/ConceptScripts.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public void addIcd10() {
219219
@Test @Ignore
220220
public void addIcd9SnomedMapping() {
221221
MongoClient client = new MongoClient();
222+
@SuppressWarnings("deprecation")
222223
DB database = client.getDB("snoicd-codex");
223224
DBCollection collection = database.getCollection("snomed-icd9-map");
224225

@@ -274,6 +275,7 @@ public void addIcd9SnomedMapping() {
274275
@Test @Ignore
275276
public void addIcd10SnomedMapping() {
276277
MongoClient client = new MongoClient();
278+
@SuppressWarnings("deprecation")
277279
DB database = client.getDB("snoicd-codex");
278280
DBCollection collection = database.getCollection("snomed-icd-map");
279281

0 commit comments

Comments
 (0)