From c9e11cc937376acc831fee8b5f9c39d0b89dbde1 Mon Sep 17 00:00:00 2001 From: Jeremy Nguyen Xuan Date: Thu, 30 Mar 2017 18:02:36 -0700 Subject: [PATCH] [#72] removing some leftovers --- .../owlsim/services/resources/OntologyMatchResource.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java b/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java index da0f57e..9847eea 100644 --- a/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java +++ b/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java @@ -32,9 +32,6 @@ @Inject ClassMatcher classMatcher; - @Inject - CurieUtil curieUtil; - @GET @Path("/{queryOntology}/{targetOntology}") @Timed @@ -56,7 +53,7 @@ // TODO - API for comparing two entities @GET - @Path("/{entity}/{ontology}") + @Path("/single/{entity}/{ontology}") @Timed @CacheControl(maxAge = 2, maxAgeUnit = TimeUnit.HOURS) @ApiOperation(value = "Match", response = MatchSet.class,